diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-01-29 18:51:32 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-01-29 18:51:32 +0000 |
commit | a2097c2da30e72f41cbcdc11214e31602b6f513a (patch) | |
tree | 87ed892cb1a51aae7585085d51ccf19ec92836e9 /src/libutil/http.h | |
parent | e17b6310e4607d239691d9cb2fa7c95d00535260 (diff) | |
download | rspamd-a2097c2da30e72f41cbcdc11214e31602b6f513a.tar.gz rspamd-a2097c2da30e72f41cbcdc11214e31602b6f513a.zip |
Store peer's key in http message.
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; |