summaryrefslogtreecommitdiff
path: root/bin/bbackupd/BackupDaemonInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/bbackupd/BackupDaemonInterface.h')
-rw-r--r--bin/bbackupd/BackupDaemonInterface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/bbackupd/BackupDaemonInterface.h b/bin/bbackupd/BackupDaemonInterface.h
index 2e603b96..eac96d25 100644
--- a/bin/bbackupd/BackupDaemonInterface.h
+++ b/bin/bbackupd/BackupDaemonInterface.h
@@ -116,7 +116,8 @@ class ProgressNotifier
const std::string& rLocalPath) = 0;
virtual void NotifyFileUploadingPatch(
const BackupClientDirectoryRecord* pDirRecord,
- const std::string& rLocalPath) = 0;
+ const std::string& rLocalPath,
+ int64_t EstimatedBytesToUpload) = 0;
virtual void NotifyFileUploadingAttributes(
const BackupClientDirectoryRecord* pDirRecord,
const std::string& rLocalPath) = 0;