mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 18:45:03 +08:00
Move top level RayletClient to ray::raylet::RayletClient (#6404)
This commit is contained in:
committed by
Philipp Moritz
parent
8c34e8391c
commit
c1d4ab8bb4
@@ -41,7 +41,7 @@ ctypedef pair[c_vector[CObjectID], c_vector[CObjectID]] WaitResultPair
|
||||
|
||||
|
||||
cdef extern from "ray/raylet/raylet_client.h" nogil:
|
||||
cdef cppclass CRayletClient "RayletClient":
|
||||
cdef cppclass CRayletClient "ray::raylet::RayletClient":
|
||||
CRayletClient(const c_string &raylet_socket,
|
||||
const CWorkerID &worker_id,
|
||||
c_bool is_worker, const CJobID &job_id,
|
||||
|
||||
Reference in New Issue
Block a user