mirror of
https://github.com/wassname/ray.git
synced 2026-09-12 12:51:15 +08:00
try again to start plasma manager if there is a port collision (#16)
This commit is contained in:
committed by
Robert Nishihara
parent
780bbd170a
commit
695f23b2e0
@@ -35,6 +35,9 @@
|
||||
|
||||
#define CHECK(COND) CHECKM(COND, "")
|
||||
|
||||
/* These are exit codes for common errors that can occur in Ray components. */
|
||||
#define EXIT_COULD_NOT_BIND_PORT -2
|
||||
|
||||
/** This macro indicates that this pointer owns the data it is pointing to
|
||||
* and is responsible for freeing it. */
|
||||
#define OWNER
|
||||
|
||||
Reference in New Issue
Block a user