summaryrefslogtreecommitdiffstats
path: root/src/libserver/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libserver/protocol.h')
-rw-r--r--src/libserver/protocol.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libserver/protocol.h b/src/libserver/protocol.h
index 766d48dd5..15705c19a 100644
--- a/src/libserver/protocol.h
+++ b/src/libserver/protocol.h
@@ -18,6 +18,11 @@
#define RSPAMD_LENGTH_ERROR RSPAMD_BASE_ERROR + 4
#define RSPAMD_STATFILE_ERROR RSPAMD_BASE_ERROR + 5
+struct rspamd_protocol_log_message_sum {
+ guint32 nresults;
+ guint32 results[];
+};
+
struct metric;
/**