pass actual LeaseSet instead of I2NP message

This commit is contained in:
orignal 2014-08-15 14:34:58 -04:00
parent b8b953a7db
commit 2b5382ce9b
4 changed files with 72 additions and 65 deletions

View file

@ -143,7 +143,6 @@ namespace stream
~StreamingDestination ();
const i2p::data::PrivateKeys& GetKeys () const { return m_Keys; };
I2NPMessage * GetLeaseSetMsg ();
const i2p::data::LeaseSet * GetLeaseSet ();
i2p::tunnel::TunnelPool * GetTunnelPool () const { return m_Pool; };