[GCS]Add abstract interface of actor to GCS Client (#6269)

This commit is contained in:
micafan
2019-12-05 13:38:29 +08:00
committed by Hao Chen
parent 7611e484ec
commit 668ce47360
14 changed files with 204 additions and 149 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ cdef extern from "ray/core_worker/common.h" nogil:
const c_vector[c_string] &dynamic_worker_options,
c_bool is_detached, c_bool is_asyncio)
cdef extern from "ray/gcs/gcs_client_interface.h" nogil:
cdef extern from "ray/gcs/gcs_client.h" nogil:
cdef cppclass CGcsClientOptions "ray::gcs::GcsClientOptions":
CGcsClientOptions(const c_string &ip, int port,
const c_string &password,