diff options
Diffstat (limited to 'src/libutil/http_router.h')
-rw-r--r-- | src/libutil/http_router.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/http_router.h b/src/libutil/http_router.h index 8e8056240..03886707a 100644 --- a/src/libutil/http_router.h +++ b/src/libutil/http_router.h @@ -46,7 +46,7 @@ struct rspamd_http_connection_router { GPtrArray *regexps; struct timeval tv; struct timeval *ptv; - struct event_base *ev_base; + struct ev_loop *ev_base; struct rspamd_http_context *ctx; gchar *default_fs_path; rspamd_http_router_handler_t unknown_method_handler; |