mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Expose fair::mq::shmem::Monitor::Cleanup() API
This commit is contained in:
@@ -111,9 +111,7 @@ int main(int argc, char** argv)
|
||||
}
|
||||
|
||||
if (cleanup) {
|
||||
cout << "Cleaning up \"" << shmId << "\"..." << endl;
|
||||
Monitor::Cleanup(shmId);
|
||||
Monitor::RemoveQueue("fmq_" + shmId + "_cq");
|
||||
Monitor::CleanupFull(ShmId{shmId});
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user