mirror of
https://github.com/wassname/ray.git
synced 2026-08-04 13:14:14 +08:00
change filenames and directory structure to use halo (#81)
This commit is contained in:
committed by
Philipp Moritz
parent
b58eaf84ee
commit
67086f663e
+4
-4
@@ -1,5 +1,5 @@
|
||||
#ifndef ORCHESTRA_OBJSTORE_H
|
||||
#define ORCHESTRA_OBJSTORE_H
|
||||
#ifndef HALO_OBJSTORE_H
|
||||
#define HALO_OBJSTORE_H
|
||||
|
||||
#include <unordered_map>
|
||||
#include <memory>
|
||||
@@ -7,8 +7,8 @@
|
||||
#include <iostream>
|
||||
#include <grpc++/grpc++.h>
|
||||
|
||||
#include "orchestra/orchestra.h"
|
||||
#include "orchestra.grpc.pb.h"
|
||||
#include "halo/halo.h"
|
||||
#include "halo.grpc.pb.h"
|
||||
#include "types.pb.h"
|
||||
#include "ipc.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user