summaryrefslogtreecommitdiff
path: root/bin/bbackupd/BackupDaemon.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2011-04-06 20:53:52 +0000
committerChris Wilson <chris+github@qwirx.com>2011-04-06 20:53:52 +0000
commitd22fc3f49b5c1d1e1ccf0d250d7123b1a281dc18 (patch)
treef861dfa5cfef0b8a4163b7f8e304a9474c44d0f3 /bin/bbackupd/BackupDaemon.h
parente51e14397af27d3a19e4e56a82be78046352ec90 (diff)
Add VSS: prefix to VSS log messages.
Start a snapshot set and add backup locations as volumes. Modularise IVssAsync waiting code.
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 3cad256f..a3bbbf3b 100644
--- a/bin/bbackupd/BackupDaemon.h
+++ b/bin/bbackupd/BackupDaemon.h
@@ -33,6 +33,7 @@
#ifdef ENABLE_VSS
class IVssBackupComponents;
+ struct IVssAsync;
#endif
class BackupClientDirectoryRecord;
@@ -530,6 +531,7 @@ public:
#ifdef ENABLE_VSS
IVssBackupComponents* mpVssBackupComponents;
void CreateVssBackupComponents();
+ bool WaitForAsync(IVssAsync *pAsync, const std::string& description);
#endif
};