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 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"
extern bstatcollect *statcollector;
extern fdstatmetrics_t fdstatmetrics;
+