Periodic obsolete profiles cleanup

This commit is contained in:
hakunamtu 2019-01-20 21:49:26 +03:00
parent 3fd69311cb
commit 6c79ccd1dc
3 changed files with 24 additions and 1 deletions

View file

@ -110,6 +110,7 @@ namespace data
bool LoadRouterInfo (const std::string & path);
void SaveUpdated ();
void RemoveExpired ();
void RemoveObsoleteProfiles ();
void Run (); // exploratory thread
void Explore (int numDestinations);
void Publish ();