[Box Backup-dev] COMMIT r771 - box/chris/general/bin/bbstored
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Thu, 10 Aug 2006 09:12:18 +0000 (GMT)
Author: chris
Date: 2006-08-10 09:12:17 +0000 (Thu, 10 Aug 2006)
New Revision: 771
Modified:
box/chris/general/bin/bbstored/BackupStoreDaemon.h
Log:
* BackupStoreDaemon.h
- Hide mHousekeepingInited under Unix (only needed on Win32)
Modified: box/chris/general/bin/bbstored/BackupStoreDaemon.h
===================================================================
--- box/chris/general/bin/bbstored/BackupStoreDaemon.h 2006-08-10 09:11:37 UTC (rev 770)
+++ box/chris/general/bin/bbstored/BackupStoreDaemon.h 2006-08-10 09:12:17 UTC (rev 771)
@@ -72,14 +72,14 @@
BackupStoreAccounts *mpAccounts;
bool mExtendedLogging;
bool mHaveForkedHousekeeping;
- bool mIsHousekeepingProcess;
#ifdef WIN32
+ bool mHousekeepingInited;
virtual void OnIdle();
- bool mHousekeepingInited;
#else
SocketStream mInterProcessCommsSocket;
IOStreamGetLine mInterProcessComms;
+ bool mIsHousekeepingProcess;
#endif
void HousekeepingInit();