From 41196ca22b816b37378bc7411da6621379b18413 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 5 Nov 2007 18:00:35 +0000 Subject: [PATCH] ebl Add VSS boolean. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5855 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/jcr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bacula/src/jcr.h b/bacula/src/jcr.h index 8812594861..bea8f1fad5 100644 --- a/bacula/src/jcr.h +++ b/bacula/src/jcr.h @@ -301,6 +301,7 @@ public: int32_t pki_session_encoded_size; /* Size of DER-encoded pki_session */ POOLMEM *crypto_buf; /* Encryption/Decryption buffer */ DIRRES* director; /* Director resource */ + bool VSS; /* VSS used by FD */ #endif /* FILE_DAEMON */ -- 2.39.5