mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
some cleanup
This commit is contained in:
parent
a2d69a8b66
commit
c8e34052a7
4 changed files with 12 additions and 10 deletions
2
Tunnel.h
2
Tunnel.h
|
@ -157,7 +157,7 @@ namespace tunnel
|
|||
std::mutex m_TransitTunnelsMutex;
|
||||
std::map<uint32_t, TransitTunnel *> m_TransitTunnels;
|
||||
std::mutex m_PoolsMutex;
|
||||
std::map<i2p::data::IdentHash, TunnelPool *> m_Pools;
|
||||
std::list<TunnelPool *> m_Pools;
|
||||
TunnelPool * m_ExploratoryPool;
|
||||
i2p::util::Queue<I2NPMessage> m_Queue;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue