aboutsummaryrefslogtreecommitdiffstats
path: root/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'main.h')
-rw-r--r--main.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.h b/main.h
index c7e39c38f..e4f7fc600 100644
--- a/main.h
+++ b/main.h
@@ -23,6 +23,7 @@
#include "mem_pool.h"
#include "url.h"
#include "memcached.h"
+#include "protocol.h"
#include <glib.h>
#include <gmime/gmime.h>
@@ -112,6 +113,8 @@ struct worker_task {
WAIT_FILTER,
} state;
size_t content_length;
+ enum rspamd_protocol proto;
+ enum rspamd_command cmd;
char *helo;
char *from;
char *rcpt;