git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6944
91ce42f0-d328-0410-95d8-
f526ca767f89
#define FILE_DAEMON 1
-#ifdef USE_TCHDB /* hash disk based */
-# include <tchdb.h>
+#ifdef USE_TCADB /* hash disk based */
+# include <tcadb.h>
#else
# include "lib/htable.h"
#endif
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