mirror of https://github.com/Icinga/icinga2.git
parent
d013df06f7
commit
d19821c900
|
@ -70,6 +70,9 @@ void ThreadPool::Stop(void)
|
||||||
|
|
||||||
m_ThreadGroup.join_all();
|
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;
|
m_Stopped = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue