From d73d72cc1518bba09d6966794f871c4ad88dbf5f Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 2 Feb 2012 22:18:44 +0000 Subject: If a location was not present (on disk) when bbackupd started, don't forget about it but start backing it up if it appears subsequently. --- bin/bbackupd/BackupDaemon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/bbackupd/BackupDaemon.h') diff --git a/bin/bbackupd/BackupDaemon.h b/bin/bbackupd/BackupDaemon.h index c584a2bd..5dd9c477 100644 --- a/bin/bbackupd/BackupDaemon.h +++ b/bin/bbackupd/BackupDaemon.h @@ -157,13 +157,13 @@ private: int UseScriptToSeeIfSyncAllowed(); public: - typedef const std::vector Locations; + typedef std::list Locations; Locations GetLocations() { return mLocations; } private: int mState; // what the daemon is currently doing - std::vector mLocations; + Locations mLocations; std::vector mIDMapMounts; std::vector mCurrentIDMaps; -- cgit v1.2.3