mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
publish number of leasets and routers for floodfill
This commit is contained in:
2
NetDb.h
2
NetDb.h
@@ -90,7 +90,7 @@ namespace data
|
||||
|
||||
void Reseed ();
|
||||
|
||||
// for web interface
|
||||
// for web interface and stats
|
||||
int GetNumRouters () const { return m_RouterInfos.size (); };
|
||||
int GetNumFloodfills () const { return m_Floodfills.size (); };
|
||||
int GetNumLeaseSets () const { return m_LeaseSets.size (); };
|
||||
|
||||
Reference in New Issue
Block a user