try again to start plasma manager if there is a port collision (#16)

This commit is contained in:
Philipp Moritz
2016-10-31 15:00:15 -07:00
committed by Robert Nishihara
parent 780bbd170a
commit 695f23b2e0
3 changed files with 35 additions and 26 deletions
+3
View File
@@ -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