mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
fixed race condition
This commit is contained in:
parent
22773bd678
commit
f34680134a
4 changed files with 22 additions and 20 deletions
1
Tunnel.h
1
Tunnel.h
|
@ -148,7 +148,6 @@ namespace tunnel
|
|||
|
||||
bool m_IsRunning;
|
||||
std::thread * m_Thread;
|
||||
std::mutex m_PendingTunnelsMutex;
|
||||
std::map<uint32_t, Tunnel *> m_PendingTunnels; // by replyMsgID
|
||||
std::mutex m_InboundTunnelsMutex;
|
||||
std::map<uint32_t, InboundTunnel *> m_InboundTunnels;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue