1
0

Fixed Linux threading issues.

This commit is contained in:
madmaxoft
2013-09-21 20:44:16 +02:00
parent 744b3be454
commit c56bc4b01c
4 changed files with 8 additions and 17 deletions

View File

@@ -78,8 +78,8 @@ protected:
cRCONServer::cRCONServer(cServer & a_Server) :
m_Server(a_Server),
m_ListenThread4(*this, cSocket::IPv4, "RCON"),
m_ListenThread6(*this, cSocket::IPv6, "RCON")
m_ListenThread4(*this, cSocket::IPv4, "RCON IPv4"),
m_ListenThread6(*this, cSocket::IPv6, "RCON IPv6")
{
}