mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
shm: keep mng segment around when skipping cleanup
This commit is contained in:
parent
49dc54c5c9
commit
a684a33f70
|
@ -777,8 +777,6 @@ class Manager
|
||||||
if (lastRemoved) {
|
if (lastRemoved) {
|
||||||
if (!fNoCleanup) {
|
if (!fNoCleanup) {
|
||||||
Monitor::Cleanup(ShmId{fShmId});
|
Monitor::Cleanup(ShmId{fShmId});
|
||||||
} else {
|
|
||||||
Monitor::RemoveObject("fmq_" + fShmId + "_mng");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user