diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-06-25 13:40:00 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-06-25 13:40:00 +0100 |
commit | 9919068fcd7e999502ec62cc1fd2b794e5ced55b (patch) | |
tree | 4dc488bf5d33a94632e958753ed1da7f97b8b809 /src/rspamd.h | |
parent | f0448d158b9858294a5cd54d3b2fab15193f1485 (diff) | |
download | rspamd-9919068fcd7e999502ec62cc1fd2b794e5ced55b.tar.gz rspamd-9919068fcd7e999502ec62cc1fd2b794e5ced55b.zip |
[Feature] Use new ip parsing API
Diffstat (limited to 'src/rspamd.h')
-rw-r--r-- | src/rspamd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rspamd.h b/src/rspamd.h index 6a24370aa..0e32bcdcf 100644 --- a/src/rspamd.h +++ b/src/rspamd.h @@ -13,6 +13,7 @@ #include "libutil/logger.h" #include "libutil/http.h" #include "libutil/upstream.h" +#include "libutil/radix.h" #include "libserver/url.h" #include "libserver/protocol.h" #include "libserver/buffer.h" @@ -293,7 +294,7 @@ struct controller_session { struct rspamd_external_libs_ctx { magic_t libmagic; - void **local_addrs; + radix_compressed_t **local_addrs; struct rspamd_cryptobox_library_ctx *crypto_ctx; struct ottery_config *ottery_cfg; SSL_CTX *ssl_ctx; |