mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-11 09:40:46 -04:00
Set thread name for Endpoint threads.
This commit is contained in:
parent
89d313008d
commit
4ef5682354
1 changed files with 2 additions and 0 deletions
|
|
@ -94,6 +94,8 @@ void Endpoint::SendMessage(const Dictionary::Ptr& message)
|
|||
|
||||
void Endpoint::MessageThreadProc(const Stream::Ptr& stream)
|
||||
{
|
||||
Utility::SetThreadName("EndpointMsg");
|
||||
|
||||
for (;;) {
|
||||
Dictionary::Ptr message;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue