mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
use std::map for unconfirmed tags
This commit is contained in:
parent
9d292bb6a4
commit
bdd6037726
2 changed files with 12 additions and 22 deletions
2
Garlic.h
2
Garlic.h
|
@ -131,7 +131,7 @@ namespace garlic
|
|||
i2p::crypto::AESKey m_SessionKey;
|
||||
std::list<SessionTag> m_SessionTags;
|
||||
int m_NumTags;
|
||||
std::list<std::unique_ptr<UnconfirmedTags> > m_UnconfirmedTagsMsgs;
|
||||
std::map<uint32_t, std::unique_ptr<UnconfirmedTags> > m_UnconfirmedTagsMsgs; // msgID->tags
|
||||
|
||||
LeaseSetUpdateStatus m_LeaseSetUpdateStatus;
|
||||
uint32_t m_LeaseSetUpdateMsgID;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue