summaryrefslogtreecommitdiff
path: root/bin/bbackupd/BackupDaemon.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2011-03-28 23:41:25 +0000
committerChris Wilson <chris+github@qwirx.com>2011-03-28 23:41:25 +0000
commite51e14397af27d3a19e4e56a82be78046352ec90 (patch)
treea91d001f31e74fc6aba5e5bd8b1efe546e4369cc /bin/bbackupd/BackupDaemon.h
parentf6ca48ce8b9fb8488997c2b44d4e20c6a159a189 (diff)
First attempt to extract some data from VSS, not useful yet.
Diffstat (limited to 'bin/bbackupd/BackupDaemon.h')
-rw-r--r--bin/bbackupd/BackupDaemon.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/bbackupd/BackupDaemon.h b/bin/bbackupd/BackupDaemon.h
index be37cd11..3cad256f 100644
--- a/bin/bbackupd/BackupDaemon.h
+++ b/bin/bbackupd/BackupDaemon.h
@@ -31,6 +31,10 @@
#include "WinNamedPipeStream.h"
#endif
+#ifdef ENABLE_VSS
+ class IVssBackupComponents;
+#endif
+
class BackupClientDirectoryRecord;
class BackupClientContext;
class Configuration;
@@ -522,6 +526,11 @@ public:
bool mInstallService, mRemoveService, mRunAsService;
std::string mServiceName;
#endif
+
+#ifdef ENABLE_VSS
+ IVssBackupComponents* mpVssBackupComponents;
+ void CreateVssBackupComponents();
+#endif
};
#endif // BACKUPDAEMON__H