summaryrefslogtreecommitdiff
path: root/bin/bbstored/BackupStoreDaemon.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-03-08 22:59:11 +0000
committerChris Wilson <chris+github@qwirx.com>2007-03-08 22:59:11 +0000
commit9cc598dc355819a99b1d3a9a15e44bd4468a33b9 (patch)
tree7823a8e079a0119dfd691c11396da8b256aa5b24 /bin/bbstored/BackupStoreDaemon.h
parent9b2936484eab81f77eae0a64ca843fde0fd00f7e (diff)
Run housekeeping in idle time on Win32 (refs #3)
Diffstat (limited to 'bin/bbstored/BackupStoreDaemon.h')
-rw-r--r--bin/bbstored/BackupStoreDaemon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/bbstored/BackupStoreDaemon.h b/bin/bbstored/BackupStoreDaemon.h
index eea47284..eb665440 100644
--- a/bin/bbstored/BackupStoreDaemon.h
+++ b/bin/bbstored/BackupStoreDaemon.h
@@ -72,10 +72,12 @@ private:
bool mExtendedLogging;
bool mHaveForkedHousekeeping;
bool mIsHousekeepingProcess;
+ bool mHousekeepingInited;
SocketStream mInterProcessCommsSocket;
IOStreamGetLine mInterProcessComms;
+ virtual void OnIdle();
void HousekeepingInit();
void RunHousekeepingIfNeeded();
int64_t mLastHousekeepingRun;