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:
csoler 2016-11-15 21:33:39 +01:00
parent 99860c1eb0
commit 608d0d0a65
3 changed files with 30 additions and 3 deletions

View file

@ -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 ;