]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
BEE Backport bacula/src/filed/filed.h
authorEric Bollengier <eric@baculasystems.com>
Mon, 20 Apr 2020 13:46:09 +0000 (15:46 +0200)
committerEric Bollengier <eric@baculasystems.com>
Mon, 22 Jun 2020 08:49:25 +0000 (10:49 +0200)
This commit is the result of the squash of the following main commits:

Author: Eric Bollengier <eric@baculasystems.com>
Date:   Thu Feb 13 21:22:57 2020 +0100

    Move filed dedup code to org/bee files

bacula/src/filed/filed.h

index 2a4ad8260fbe42482ed4683659f8c7609021ae2d..c79980a828a7d12787b330ccff3bdf1aca0eeb94 100644 (file)
@@ -20,6 +20,7 @@
  * Bacula File Daemon specific configuration and defines
  *
  *     Kern Sibbald, Jan MMI
+ *
  */
 
 //#define TEST_WORKER
 
 #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;
+