[Box Backup-dev] COMMIT r771 - box/chris/general/bin/bbstored

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Thu Aug 10 10:12:18 BST 2006


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();




More information about the Boxbackup-dev mailing list