Better organize ray_common module (#4898)

This commit is contained in:
Hao Chen
2019-06-04 23:19:09 -07:00
committed by Robert Nishihara
parent c2253d2313
commit d106283769
61 changed files with 102 additions and 103 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from libcpp.string cimport string as c_string
from libcpp.unordered_map cimport unordered_map
cdef extern from "ray/ray_config.h" nogil:
cdef extern from "ray/common/ray_config.h" nogil:
cdef cppclass RayConfig "RayConfig":
@staticmethod
RayConfig &instance()