]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/jcr.h
Make sure to clear JS_WaitMedia when operator mounts a Volume.
[bacula/bacula] / bacula / src / jcr.h
index 5adfc4af05f45255828df1ea7e7039bdbdda49bd..2ad419f19ac927d7e04d6bd1e60edb466bc412e4 100644 (file)
@@ -341,8 +341,9 @@ public:
    CRYPTO_CTX crypto;                 /* Crypto ctx */
    DIRRES* director;                  /* Director resource */
    bool VSS;                          /* VSS used by FD */
-#ifdef USE_TCHDB
-   TCHDB *file_list;                 /* Previous file list (accurate mode) */
+#ifdef USE_TCADB
+   TCADB *file_list;                 /* Previous file list (accurate mode) */
+   POOLMEM *hash_name;
 #else
    htable *file_list;                 /* Previous file list (accurate mode) */
 #endif