diff options
Diffstat (limited to 'src/libserver/rspamd_control.h')
-rw-r--r-- | src/libserver/rspamd_control.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libserver/rspamd_control.h b/src/libserver/rspamd_control.h index 2f864fd5a..a15ace0d6 100644 --- a/src/libserver/rspamd_control.h +++ b/src/libserver/rspamd_control.h @@ -26,6 +26,7 @@ #define RSPAMD_RSPAMD_CONTROL_H #include "config.h" +#include "mem_pool.h" #include <event.h> struct rspamd_main; @@ -94,6 +95,7 @@ struct rspamd_control_reply { } hs_loaded; struct { guint status; + gchar storage_id[MEMPOOL_UID_LEN]; } fuzzy_stat; } reply; }; |