cleanup router's tags

This commit is contained in:
orignal 2016-07-28 13:24:25 -04:00
parent b1aeae6772
commit 1062776762
3 changed files with 14 additions and 3 deletions

View file

@ -71,7 +71,8 @@ namespace i2p
void SetSupportsV4 (bool supportsV4);
void UpdateNTCPV6Address (const boost::asio::ip::address& host); // called from NTCP session
void UpdateStats ();
void UpdateStats ();
void CleanupDestination (); // garlic destination
// implements LocalDestination
std::shared_ptr<const i2p::data::IdentityEx> GetIdentity () const { return m_Keys.GetPublic (); };