generate reandom tunnelMsgID

This commit is contained in:
orignal 2014-09-27 17:51:55 -04:00
parent 0bea006826
commit 05c297cb0b
2 changed files with 4 additions and 7 deletions

View file

@ -146,8 +146,6 @@ namespace tunnel
private:
bool m_IsRunning;
bool m_IsTunnelCreated; // TODO: temporary
uint32_t m_NextReplyMsgID; // TODO: make it random later
std::thread * m_Thread;
std::map<uint32_t, Tunnel *> m_PendingTunnels; // by replyMsgID
std::mutex m_InboundTunnelsMutex;