mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 22:55:04 -04:00
auto-remove remote directories for friends offline for too long (depending on whether the dir is empty or not) and also remove unused dir files
This commit is contained in:
parent
99860c1eb0
commit
608d0d0a65
3 changed files with 30 additions and 3 deletions
|
@ -204,6 +204,8 @@ public:
|
|||
* \return
|
||||
*/
|
||||
time_t& lastSweepTime() { return mLastSweepTime ; }
|
||||
|
||||
const std::string& filename() const { return mFileName ; }
|
||||
private:
|
||||
time_t mLastSavedTime ;
|
||||
time_t mLastSweepTime ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue