summaryrefslogtreecommitdiff
path: root/bin/bbackupd/BackupDaemon.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-10-08 23:23:59 +0000
committerChris Wilson <chris+github@qwirx.com>2007-10-08 23:23:59 +0000
commitc127d97acf80136c2c4122d7c4bf5e3f28853272 (patch)
treef9f7b2bf8081f4f2bbce4132fcf8b640af9eca78 /bin/bbackupd/BackupDaemon.h
parent62a12cbab2e91bf9eadada6df9150772797426bb (diff)
Allow configuration of the time to delete redundant store locations.
Diffstat (limited to 'bin/bbackupd/BackupDaemon.h')
-rw-r--r--bin/bbackupd/BackupDaemon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/bbackupd/BackupDaemon.h b/bin/bbackupd/BackupDaemon.h
index ab64bbfa..580cbea6 100644
--- a/bin/bbackupd/BackupDaemon.h
+++ b/bin/bbackupd/BackupDaemon.h
@@ -158,6 +158,8 @@ private:
std::vector<BackupClientInodeToIDMap *> mCurrentIDMaps;
std::vector<BackupClientInodeToIDMap *> mNewIDMaps;
+ int mDeleteRedundantLocationsAfter;
+
// For the command socket
class CommandSocketInfo
{