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_OBJSTORE_H
#define HALO_OBJSTORE_H
#ifndef RAY_OBJSTORE_H
#define RAY_OBJSTORE_H
#include <unordered_map>
#include <memory>
@@ -7,8 +7,8 @@
#include <iostream>
#include <grpc++/grpc++.h>
#include "halo/halo.h"
#include "halo.grpc.pb.h"
#include "ray/ray.h"
#include "ray.grpc.pb.h"
#include "types.pb.h"
#include "ipc.h"