store remote IdentHash only

This commit is contained in:
orignal 2016-12-13 12:45:18 -05:00
parent cfde1f8c27
commit c065fae422
2 changed files with 11 additions and 7 deletions

View file

@ -127,7 +127,9 @@ namespace garlic
private:
GarlicDestination * m_Owner;
std::shared_ptr<const i2p::data::RoutingDestination> m_Destination;
bool m_IsDestination; // destination or RouterInfo ?
i2p::data::IdentHash m_DestinationIdent;
i2p::crypto::AESKey m_SessionKey;
std::list<SessionTag> m_SessionTags;
int m_NumTags;