mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
fixed typo
This commit is contained in:
parent
5f39f65540
commit
bb6212ccc1
2 changed files with 5 additions and 4 deletions
|
@ -57,7 +57,7 @@ namespace data
|
|||
|
||||
IdentHash m_Destination;
|
||||
bool m_IsExploratory, m_IsDirect, m_IsActive;
|
||||
mutable std::mutex m_ExcludedPeerstMutex;
|
||||
mutable std::mutex m_ExcludedPeersMutex;
|
||||
std::set<IdentHash> m_ExcludedPeers;
|
||||
uint64_t m_CreationTime, m_LastRequestTime; // in seconds
|
||||
RequestComplete m_RequestComplete;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue