[Box Backup-dev] COMMIT r745 - box/chris/merge/bin/bbackupd

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Wed Aug 9 18:55:24 BST 2006


Author: chris
Date: 2006-08-09 17:55:23 +0000 (Wed, 09 Aug 2006)
New Revision: 745

Modified:
   box/chris/merge/bin/bbackupd/BackupDaemon.h
Log:
* bin/bbackupd/BackupDaemon.h
- Revert to trunk


Modified: box/chris/merge/bin/bbackupd/BackupDaemon.h
===================================================================
--- box/chris/merge/bin/bbackupd/BackupDaemon.h	2006-08-09 17:53:34 UTC (rev 744)
+++ box/chris/merge/bin/bbackupd/BackupDaemon.h	2006-08-09 17:55:23 UTC (rev 745)
@@ -46,12 +46,9 @@
 	~BackupDaemon();
 
 private:
-	// methods below do partial (specialized) serialization of 
-	// client state only
-	bool SerializeStoreObjectInfo(int64_t aClientStoreMarker, 
-		box_time_t theLastSyncTime, box_time_t theNextSyncTime) const;
-	bool DeserializeStoreObjectInfo(int64_t & aClientStoreMarker, 
-		box_time_t & theLastSyncTime, box_time_t & theNextSyncTime);
+	// methods below do partial (specialized) serialization of client state only
+	void SerializeStoreObjectInfo(int64_t aClientStoreMarker, box_time_t theLastSyncTime, box_time_t theNextSyncTime) const;
+	bool DeserializeStoreObjectInfo(int64_t & aClientStoreMarker, box_time_t & theLastSyncTime, box_time_t & theNextSyncTime);
 	bool DeleteStoreObjectInfo() const;
 	BackupDaemon(const BackupDaemon &);
 public:
@@ -185,10 +182,7 @@
 	void RunHelperThread(void);
 
 	private:
-	bool mDoSyncFlagOut, mSyncIsForcedOut;
-	HANDLE mhMessageToSendEvent, mhCommandReceivedEvent;
-	CRITICAL_SECTION mMessageQueueLock;
-	std::vector<std::string> mMessageList;
+	bool mDoSyncFlagOut, mSyncIsForcedOut, mReceivedCommandConn;
 #endif
 };
 




More information about the Boxbackup-dev mailing list