mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
FairMQRegion and examples/advanced/Region
This commit is contained in:
committed by
Mohammad Al-Turany
parent
65f1b96dc3
commit
221d2567f0
@@ -49,6 +49,7 @@ int main(int argc, char** argv)
|
||||
{
|
||||
cout << "Cleaning up \"" << segmentName << "\"..." << endl;
|
||||
fair::mq::shmem::Monitor::Cleanup(segmentName);
|
||||
fair::mq::shmem::Monitor::CleanupControlQueues();
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -56,6 +57,7 @@ int main(int argc, char** argv)
|
||||
|
||||
fair::mq::shmem::Monitor monitor{segmentName, selfDestruct, interactive, timeoutInMS};
|
||||
|
||||
monitor.CatchSignals();
|
||||
monitor.Run();
|
||||
}
|
||||
catch (exception& e)
|
||||
|
Reference in New Issue
Block a user