summaryrefslogtreecommitdiff
path: root/lib/backupstore/BackupStoreContext.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-02-10 20:14:34 +0000
committerChris Wilson <chris+github@qwirx.com>2014-02-10 20:14:34 +0000
commit01c413b72a326b5dfa6e1c4f3765a92869c1a99a (patch)
treea341d86866f8cdd76ec6ab246a573edda211606c /lib/backupstore/BackupStoreContext.h
parent99a81f637d8bedcc240ea000e427b2924472fc89 (diff)
Fix accounting for old and deleted files and blocks during backup operations.
Adding and deleting files was not always accounted properly before.
Diffstat (limited to 'lib/backupstore/BackupStoreContext.h')
-rw-r--r--lib/backupstore/BackupStoreContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/backupstore/BackupStoreContext.h b/lib/backupstore/BackupStoreContext.h
index 03f642ef..9dde2075 100644
--- a/lib/backupstore/BackupStoreContext.h
+++ b/lib/backupstore/BackupStoreContext.h
@@ -167,8 +167,8 @@ private:
BackupStoreDirectory &GetDirectoryInternal(int64_t ObjectID);
void SaveDirectory(BackupStoreDirectory &rDir, int64_t ObjectID);
void RemoveDirectoryFromCache(int64_t ObjectID);
- void DeleteDirectoryRecurse(int64_t ObjectID, int64_t &rBlocksDeletedOut, bool Undelete);
void ClearDirectoryCache();
+ void DeleteDirectoryRecurse(int64_t ObjectID, bool Undelete);
int64_t AllocateObjectID();
std::string mConnectionDetails;