Skip to content

Commit

Permalink
[Core] Modify "ray::CFunctionDescriptorInterface" to "ray::FunctionDe…
Browse files Browse the repository at this point in the history
…scriptorInterface" (ray-project#41912)

Co-authored-by: raylchen <[email protected]>
  • Loading branch information
raychen911 and raylchen authored Feb 21, 2024
1 parent 852e9f0 commit 153af0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/includes/function_descriptor.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cdef extern from "src/ray/protobuf/common.pb.h" nogil:

cdef extern from "ray/common/function_descriptor.h" nogil:
cdef cppclass CFunctionDescriptorInterface \
"ray::CFunctionDescriptorInterface":
"ray::FunctionDescriptorInterface":
CFunctionDescriptorType Type()
c_string ToString()
c_string Serialize()
Expand Down

0 comments on commit 153af0f

Please sign in to comment.