mirror of
https://github.com/wassname/ray.git
synced 2026-07-07 10:24:16 +08:00
renaming project, halo -> ray (#95)
This commit is contained in:
committed by
Philipp Moritz
parent
44ae1788ee
commit
4cc024ae36
+4
-4
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user