]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/jcr.h
Add create_postgresql_database.sql to Win32 installer. Should
[bacula/bacula] / bacula / src / jcr.h
index 40c79ece663309c21ec96be332b987c877575ec8..2ad419f19ac927d7e04d6bd1e60edb466bc412e4 100644 (file)
@@ -341,8 +341,12 @@ public:
    CRYPTO_CTX crypto;                 /* Crypto ctx */
    DIRRES* director;                  /* Director resource */
    bool VSS;                          /* VSS used by FD */
+#ifdef USE_TCADB
    TCADB *file_list;                 /* Previous file list (accurate mode) */
    POOLMEM *hash_name;
+#else
+   htable *file_list;                 /* Previous file list (accurate mode) */
+#endif
 #endif /* FILE_DAEMON */