aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index f7ab2eda4..c1a057824 100644
--- a/src/main.h
+++ b/src/main.h
@@ -15,6 +15,7 @@
#include "protocol.h"
#include "filter.h"
#include "buffer.h"
+#include "hash.h"
/* Default values */
#define FIXED_CONFIG_FILE CMAKE_PREFIX "/etc/rspamd.conf"
@@ -107,6 +108,11 @@ struct rspamd_main {
TAILQ_HEAD (workq, rspamd_worker) workers; /**< linked list of workers */
};
+struct counter_data {
+ uint64_t value;
+ int number;
+};
+
/**
* Save point object for delayed filters processing
*/