mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 06:05:01 +02:00
parent
d013df06f7
commit
d19821c900
@ -70,6 +70,9 @@ void ThreadPool::Stop(void)
|
||||
|
||||
m_ThreadGroup.join_all();
|
||||
|
||||
for (size_t i = 0; i < sizeof(m_Queues) / sizeof(m_Queues[0]); i++)
|
||||
m_Queues[i].Stopped = false;
|
||||
|
||||
m_Stopped = false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user