summaryrefslogtreecommitdiff
path: root/bin/bbackupd/BackupDaemon.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2011-04-09 20:12:55 +0000
committerChris Wilson <chris+github@qwirx.com>2011-04-09 20:12:55 +0000
commita0ad4217b1ad6023a615ee84093e78ee413389cf (patch)
tree378bceba9d742d010edd72f9864098f5914bfd51 /bin/bbackupd/BackupDaemon.h
parentf466bde341f1b4f9201a7fb12331c7b88e15ef82 (diff)
Actually try to back up from the VSS snapshot volume.
Clean up VSS resources at end of backup.
Diffstat (limited to 'bin/bbackupd/BackupDaemon.h')
-rw-r--r--bin/bbackupd/BackupDaemon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/bbackupd/BackupDaemon.h b/bin/bbackupd/BackupDaemon.h
index 1a5654a6..ecd2370b 100644
--- a/bin/bbackupd/BackupDaemon.h
+++ b/bin/bbackupd/BackupDaemon.h
@@ -543,6 +543,7 @@ public:
typedef HRESULT (__stdcall IVssBackupComponents::*AsyncMethod)(IVssAsync**);
bool CallAndWaitForAsync(AsyncMethod method,
const std::string& description);
+ void CleanupVssBackupComponents();
#endif
};