Set thread name for Endpoint threads.

This commit is contained in:
Gunnar Beutner 2013-10-18 10:41:09 +02:00
parent 89d313008d
commit 4ef5682354
1 changed files with 2 additions and 0 deletions

View File

@ -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;