mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-14 09:06:47 +00:00
shmmonitor: optimize startup to avoid repeated start
This commit is contained in:
parent
a64207eec2
commit
79d5ac281b
|
@ -101,6 +101,7 @@ class Manager
|
||||||
}
|
}
|
||||||
|
|
||||||
if (autolaunchMonitor) {
|
if (autolaunchMonitor) {
|
||||||
|
boost::interprocess::scoped_lock<boost::interprocess::named_mutex> lock(fShmMtx);
|
||||||
StartMonitor(fShmId);
|
StartMonitor(fShmId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user