mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
FairMQ: Fix session name modification shm transport.
This commit is contained in:
committed by
Mohammad Al-Turany
parent
0dc4000187
commit
b967de4a57
@@ -45,6 +45,8 @@ int main(int argc, char** argv)
|
||||
|
||||
notify(vm);
|
||||
|
||||
sessionName.resize(8, '_'); // shorten the session name, to accommodate for name size limit on some systems (MacOS)
|
||||
|
||||
if (cleanup)
|
||||
{
|
||||
cout << "Cleaning up \"" << sessionName << "\"..." << endl;
|
||||
|
Reference in New Issue
Block a user