diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-02-16 17:05:24 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-02-16 17:05:24 +0000 |
commit | 7a1aac9058a1b5f06d3212f1abf1eae701775a92 (patch) | |
tree | 89906d84ebfe2e1c6b37f9d9b0b7f18a951d4db3 /src/libutil/map_private.h | |
parent | 20efe9b2184ce2e0e0527db567fb8c74d0a5a34c (diff) | |
download | rspamd-7a1aac9058a1b5f06d3212f1abf1eae701775a92.tar.gz rspamd-7a1aac9058a1b5f06d3212f1abf1eae701775a92.zip |
Rewrite HTTP maps code, add signed maps support
Diffstat (limited to 'src/libutil/map_private.h')
-rw-r--r-- | src/libutil/map_private.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libutil/map_private.h b/src/libutil/map_private.h index 16967c7d1..10f94c3ea 100644 --- a/src/libutil/map_private.h +++ b/src/libutil/map_private.h @@ -76,7 +76,8 @@ struct http_callback_data { struct rspamd_map *map; struct http_map_data *data; struct map_cb_data cbdata; - GString *remain_buf; + struct rspamd_cryptobox_pubkey *pk; + enum { map_resolve_host2 = 0, /* 2 requests sent */ map_resolve_host1, /* 1 requests sent */ |