mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
fixed race condition
This commit is contained in:
parent
10577cd1e5
commit
250af7f247
2 changed files with 3 additions and 3 deletions
2
NetDb.h
2
NetDb.h
|
@ -90,7 +90,7 @@ namespace data
|
|||
|
||||
void Reseed ();
|
||||
|
||||
// for web interface and stats
|
||||
// for web interface
|
||||
int GetNumRouters () const { return m_RouterInfos.size (); };
|
||||
int GetNumFloodfills () const { return m_Floodfills.size (); };
|
||||
int GetNumLeaseSets () const { return m_LeaseSets.size (); };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue