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
@@ -201,7 +201,7 @@ int main (int argc, char *argv[]) {
const auto stop_pulse_id = (uint64_t) atoll(argv[5]);
stringstream ipc_stream;
ipc_stream << "ipc://sf-replay-" << (int)module_id;
ipc_stream << "ipc:///tmp/sf-replay-" << (int)module_id;
const auto ipc_address = ipc_stream.str();
#ifdef DEBUG_OUTPUT