store SAM destinations if address book

This commit is contained in:
orignal 2014-11-28 15:08:23 -05:00
parent e1c25fedb0
commit 8350f16b20
3 changed files with 11 additions and 39 deletions

1
SAM.h
View file

@ -103,7 +103,6 @@ namespace client
void Connect (const i2p::data::LeaseSet& remote);
void HandleStreamDestinationRequestTimer (const boost::system::error_code& ecode, i2p::data::IdentHash ident);
void HandleNamingLookupDestinationRequestTimer (const boost::system::error_code& ecode, i2p::data::IdentHash ident);
void SendNamingLookupReply (const i2p::data::LeaseSet * leaseSet);
void SendNamingLookupReply (const i2p::data::IdentityEx& identity);
void HandleSessionReadinessCheckTimer (const boost::system::error_code& ecode);