exploratory pool added

This commit is contained in:
orignal 2014-04-02 13:14:21 -04:00
parent 4970b4d14e
commit 489266e7fc
5 changed files with 6 additions and 4 deletions

View file

@ -167,7 +167,7 @@ namespace tunnel
Tunnels tunnels;
Tunnels::Tunnels (): m_IsRunning (false), m_IsTunnelCreated (false),
m_NextReplyMsgID (555),m_Thread (0)
m_NextReplyMsgID (555), m_Thread (nullptr), m_ExploratoryPool (nullptr)
{
}