mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 15:15:15 -04:00
added load/save of configuration and shared dirs list
This commit is contained in:
parent
f191fe675d
commit
6fc02e03b1
6 changed files with 163 additions and 23 deletions
|
@ -23,6 +23,9 @@ public:
|
|||
|
||||
virtual void forceUpdate();
|
||||
|
||||
void setFileWatchPeriod(uint32_t seconds) { mDelayBetweenDirectoryUpdates = seconds ; }
|
||||
uint32_t fileWatchPeriod() const { return mDelayBetweenDirectoryUpdates ; }
|
||||
|
||||
protected:
|
||||
virtual void data_tick() ;
|
||||
|
||||
|
@ -36,5 +39,7 @@ private:
|
|||
|
||||
time_t mLastSweepTime;
|
||||
time_t mLastTSUpdateTime;
|
||||
|
||||
uint32_t mDelayBetweenDirectoryUpdates;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue