summaryrefslogtreecommitdiffstats
path: root/src/rspamd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rspamd.h')
-rw-r--r--src/rspamd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rspamd.h b/src/rspamd.h
index 4e8201d83..1b20b765d 100644
--- a/src/rspamd.h
+++ b/src/rspamd.h
@@ -166,6 +166,7 @@ struct rspamd_main {
gid_t workers_gid; /**< worker's gid running to */
gboolean is_privilleged; /**< true if run in privilleged mode */
struct roll_history *history; /**< rolling history */
+ struct event_base *ev_base;
};
/**