diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-06-16 18:32:55 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-06-22 10:57:29 +0100 |
commit | e463ad556cb35ee39b92dbf7d3934d4187ab70d2 (patch) | |
tree | a016f5503e746b586616d862c68ad233f262c6a9 /src/libutil/http_private.h | |
parent | 71e0dbf9608026c347279886097790e51e9e5506 (diff) | |
download | rspamd-e463ad556cb35ee39b92dbf7d3934d4187ab70d2.tar.gz rspamd-e463ad556cb35ee39b92dbf7d3934d4187ab70d2.zip |
[Project] Rework HTTP IO
Diffstat (limited to 'src/libutil/http_private.h')
-rw-r--r-- | src/libutil/http_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libutil/http_private.h b/src/libutil/http_private.h index e29152c77..e09dbef40 100644 --- a/src/libutil/http_private.h +++ b/src/libutil/http_private.h @@ -100,8 +100,8 @@ struct rspamd_http_context { struct upstream_list *http_proxies; gpointer ssl_ctx; gpointer ssl_ctx_noverify; - struct ev_loop *ev_base; - struct event client_rotate_ev; + struct ev_loop *event_loop; + ev_periodic client_rotate_ev; khash_t (rspamd_keep_alive_hash) *keep_alive_hash; }; |