summaryrefslogtreecommitdiffstats
path: root/src/libutil/http_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libutil/http_private.h')
-rw-r--r--src/libutil/http_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/http_private.h b/src/libutil/http_private.h
index e09dbef40..f5a7dd9cc 100644
--- a/src/libutil/http_private.h
+++ b/src/libutil/http_private.h
@@ -101,7 +101,7 @@ struct rspamd_http_context {
gpointer ssl_ctx;
gpointer ssl_ctx_noverify;
struct ev_loop *event_loop;
- ev_periodic client_rotate_ev;
+ ev_timer client_rotate_ev;
khash_t (rspamd_keep_alive_hash) *keep_alive_hash;
};