From: Eric Bollengier Date: Mon, 20 Apr 2020 13:46:09 +0000 (+0200) Subject: BEE Backport bacula/src/filed/filed.h X-Git-Tag: Release-11.3.2~1851 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a9c9d8d538693f3ab079bb97c63c8ddf8d9df369;p=thirdparty%2Fbacula.git BEE Backport bacula/src/filed/filed.h This commit is the result of the squash of the following main commits: Author: Eric Bollengier Date: Thu Feb 13 21:22:57 2020 +0100 Move filed dedup code to org/bee files --- diff --git a/bacula/src/filed/filed.h b/bacula/src/filed/filed.h index 2a4ad8260f..c79980a828 100644 --- a/bacula/src/filed/filed.h +++ b/bacula/src/filed/filed.h @@ -20,6 +20,7 @@ * Bacula File Daemon specific configuration and defines * * Kern Sibbald, Jan MMI + * */ //#define TEST_WORKER @@ -36,6 +37,11 @@ #define FILE_DAEMON 1 #include "lib/htable.h" +#if BEEF +#include "bee_filed_dedup.h" +#else +#include "org_filed_dedup.h" +#endif #include "filed_conf.h" #include "fd_plugins.h" #include "fd_snapshot.h" @@ -85,3 +91,4 @@ bool update_permanent_stats(void *data); extern bstatcollect *statcollector; extern fdstatmetrics_t fdstatmetrics; +