Changed all IPCs to /tmp folder

This commit is contained in:
2020-05-04 15:27:50 +02:00
parent 1324e7b3e8
commit 16847f48b8
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ int main (int argc, char *argv[])
n_modules * MODULE_N_BYTES * WRITER_N_FRAMES_BUFFER,
WRITER_RB_BUFFER_SLOTS);
string ipc_prefix = "ipc://sf-replay-";
string ipc_prefix = "ipc:///tmp/sf-replay-";
auto ctx = zmq_ctx_new();
zmq_ctx_set (ctx, ZMQ_IO_THREADS, WRITER_ZMQ_IO_THREADS);