mirror of
https://github.com/wassname/ray.git
synced 2026-08-11 11:24:51 +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_WORKER_H
|
||||
#define ORCHESTRA_WORKER_H
|
||||
#ifndef HALO_WORKER_H
|
||||
#define HALO_WORKER_H
|
||||
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
@@ -15,8 +15,8 @@ using grpc::ServerBuilder;
|
||||
using grpc::ServerContext;
|
||||
using grpc::Status;
|
||||
|
||||
#include "orchestra.grpc.pb.h"
|
||||
#include "orchestra/orchestra.h"
|
||||
#include "halo.grpc.pb.h"
|
||||
#include "halo/halo.h"
|
||||
#include "ipc.h"
|
||||
|
||||
using grpc::Channel;
|
||||
|
||||
Reference in New Issue
Block a user