renaming project, halo -> ray (#95)

This commit is contained in:
Robert Nishihara
2016-06-10 14:12:15 -07:00
committed by Philipp Moritz
parent 44ae1788ee
commit 4cc024ae36
41 changed files with 453 additions and 481 deletions
+4 -4
View File
@@ -1,5 +1,5 @@
#ifndef HALO_WORKER_H
#define HALO_WORKER_H
#ifndef RAY_WORKER_H
#define RAY_WORKER_H
#include <iostream>
#include <memory>
@@ -15,8 +15,8 @@ using grpc::ServerBuilder;
using grpc::ServerContext;
using grpc::Status;
#include "halo.grpc.pb.h"
#include "halo/halo.h"
#include "ray.grpc.pb.h"
#include "ray/ray.h"
#include "ipc.h"
using grpc::Channel;