mirror of
https://github.com/Icinga/icinga2.git
synced 2026-04-15 22:00:07 -04:00
Ensure that the WorkQueue name is set
This commit is contained in:
parent
b75e21a998
commit
fff1049ba0
1 changed files with 2 additions and 0 deletions
|
|
@ -61,6 +61,8 @@ void RedisWriter::Start(bool runtimeCreated)
|
|||
m_StatsTimer->OnTimerExpired.connect(boost::bind(&RedisWriter::PublishStatsTimerHandler, this));
|
||||
m_StatsTimer->Start();
|
||||
|
||||
m_WorkQueue.SetName("RedisWriter");
|
||||
|
||||
boost::thread thread(boost::bind(&RedisWriter::HandleEvents, this));
|
||||
thread.detach();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue