From f2fedcebe908b2fb77a2743575098230ca67236a Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 30 Aug 2006 19:01:05 +0000 Subject: * 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) --- bin/bbstored/BackupStoreDaemon.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/bbstored/BackupStoreDaemon.h') 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; }; -- cgit v1.2.3