mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 03:18:59 +08:00
[GCS]Add abstract interface of actor to GCS Client (#6269)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user