mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 03:37:49 +02:00
Periodic obsolete profiles cleanup
This commit is contained in:
parent
3fd69311cb
commit
6c79ccd1dc
3 changed files with 24 additions and 1 deletions
|
@ -29,6 +29,8 @@ namespace data
|
|||
RouterProfile ();
|
||||
RouterProfile& operator= (const RouterProfile& ) = default;
|
||||
|
||||
boost::posix_time::ptime GetLastUpdateTime () const { return m_LastUpdateTime; };
|
||||
|
||||
void Save (const IdentHash& identHash);
|
||||
void Load (const IdentHash& identHash);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue