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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/bbackupd/BackupDaemonInterface.h b/bin/bbackupd/BackupDaemonInterface.h
index b603273c..a847b264 100644
--- a/bin/bbackupd/BackupDaemonInterface.h
+++ b/bin/bbackupd/BackupDaemonInterface.h
@@ -134,6 +134,10 @@ class ProgressNotifier
const BackupClientDirectoryRecord* pDirRecord,
const std::string& rLocalPath,
int64_t FileSize) = 0;
+ virtual void NotifyDirectoryCreated(
+ int64_t ObjectID,
+ const std::string& rLocalPath,
+ const std::string& rRemotePath) = 0;
virtual void NotifyDirectoryDeleted(
int64_t ObjectID,
const std::string& rRemotePath) = 0;