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

@ -147,6 +147,7 @@ namespace tunnel
std::list<OutboundTunnel *> m_OutboundTunnels;
std::map<uint32_t, TransitTunnel *> m_TransitTunnels;
std::map<i2p::data::IdentHash, TunnelPool *> m_Pools;
TunnelPool * m_ExploratoryPool;
i2p::util::Queue<I2NPMessage> m_Queue;
public: