mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
shm: make shmId also available as uint64_t
This commit is contained in:
@@ -111,7 +111,7 @@ int main(int argc, char** argv)
|
||||
}
|
||||
|
||||
if (shmId == "") {
|
||||
shmId = buildShmIdFromSessionIdAndUserId(sessionName);
|
||||
shmId = makeShmIdStr(sessionName);
|
||||
}
|
||||
|
||||
if (cleanup) {
|
||||
|
Reference in New Issue
Block a user