mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Fix regression in shmmonitor
This commit is contained in:
@@ -136,8 +136,13 @@ void Monitor::Run()
|
||||
|
||||
if (fInteractive) {
|
||||
Interactive();
|
||||
} else {
|
||||
} else if (fViewOnly) {
|
||||
CheckSegment();
|
||||
} else {
|
||||
while (!fTerminating) {
|
||||
this_thread::sleep_for(chrono::milliseconds(fIntervalInMS));
|
||||
CheckSegment();
|
||||
}
|
||||
}
|
||||
|
||||
if (!fViewOnly) {
|
||||
|
Reference in New Issue
Block a user