diff options
Diffstat (limited to 'src/libutil/http.h')
-rw-r--r-- | src/libutil/http.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/http.h b/src/libutil/http.h index 5183d4374..7de3b2f68 100644 --- a/src/libutil/http.h +++ b/src/libutil/http.h @@ -58,6 +58,7 @@ struct rspamd_http_message { GString *status; struct rspamd_http_header *headers; GString *body; + GString *peer_key; enum http_parser_type type; time_t date; gint code; |