mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
fixed compilation error in gcc 4.6
This commit is contained in:
parent
1ac95d102a
commit
8d98722b46
4 changed files with 18 additions and 17 deletions
2
NetDb.h
2
NetDb.h
|
@ -95,7 +95,7 @@ namespace data
|
|||
std::map<IdentHash, RequestedDestination *> m_RequestedDestinations;
|
||||
|
||||
bool m_IsRunning;
|
||||
int m_reseedRetries = 0;
|
||||
int m_ReseedRetries;
|
||||
std::thread * m_Thread;
|
||||
i2p::util::Queue<I2NPMessage> m_Queue; // of I2NPDatabaseStoreMsg
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue