Let local clients connect with local manager via unix domain sockets (#11)

* let local clients connect with local manager via unix domain sockets

* fix clang-format

* fix tests

* fix stephanie's comments
This commit is contained in:
Philipp Moritz
2016-10-28 21:26:54 -07:00
committed by Robert Nishihara
parent 09a3ff7173
commit 84c581cf47
8 changed files with 108 additions and 68 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ int main(int argc, char *argv[]) {
while ((c = getopt(argc, argv, "s:cfg")) != -1) {
switch (c) {
case 's':
conn = plasma_connect(optarg, NULL, 0);
conn = plasma_connect(optarg, NULL);
break;
case 'c':
assert(conn != NULL);