mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 23:24:09 +02:00
Set thread name for Endpoint threads.
This commit is contained in:
parent
89d313008d
commit
4ef5682354
@ -94,6 +94,8 @@ void Endpoint::SendMessage(const Dictionary::Ptr& message)
|
|||||||
|
|
||||||
void Endpoint::MessageThreadProc(const Stream::Ptr& stream)
|
void Endpoint::MessageThreadProc(const Stream::Ptr& stream)
|
||||||
{
|
{
|
||||||
|
Utility::SetThreadName("EndpointMsg");
|
||||||
|
|
||||||
for (;;) {
|
for (;;) {
|
||||||
Dictionary::Ptr message;
|
Dictionary::Ptr message;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user