summaryrefslogtreecommitdiff
path: root/bin/bbstored/BackupStoreDaemon.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2006-08-30 19:01:05 +0000
committerChris Wilson <chris+github@qwirx.com>2006-08-30 19:01:05 +0000
commitf2fedcebe908b2fb77a2743575098230ca67236a (patch)
tree0e1b854a17e98746a98c6ea683cb80da17006b98 /bin/bbstored/BackupStoreDaemon.h
parent82c4503253a2fb311c1fda5c6b5f545200e89ad7 (diff)
* bin/bbstored/BackupStoreDaemon.h
* bin/bbstored/BBStoreDHousekeeping.cpp - Split housekeeping process into separate initialisation, process loop and run methods (we don't want the process loop on Win32)
Diffstat (limited to 'bin/bbstored/BackupStoreDaemon.h')
-rw-r--r--bin/bbstored/BackupStoreDaemon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/bbstored/BackupStoreDaemon.h b/bin/bbstored/BackupStoreDaemon.h
index 3123b21f..47f29327 100644
--- a/bin/bbstored/BackupStoreDaemon.h
+++ b/bin/bbstored/BackupStoreDaemon.h
@@ -74,6 +74,10 @@ private:
SocketStream mInterProcessCommsSocket;
IOStreamGetLine mInterProcessComms;
+
+ void HousekeepingInit();
+ void RunHousekeepingIfNeeded();
+ int64_t mLastHousekeepingRun;
};