diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-06-15 16:37:58 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-06-22 10:57:29 +0100 |
commit | 98897c179754fb04762d325c83f1e057b44697a3 (patch) | |
tree | d53ea0de2cf2fb2e50cefe5496aa80963f8621f5 /test/rspamd_async_test.c | |
parent | 36ab21685bbf354108a7f12e1dda36761f655e68 (diff) | |
download | rspamd-98897c179754fb04762d325c83f1e057b44697a3.tar.gz rspamd-98897c179754fb04762d325c83f1e057b44697a3.zip |
[Project] First refactoring step libevent->libev
Diffstat (limited to 'test/rspamd_async_test.c')
-rw-r--r-- | test/rspamd_async_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rspamd_async_test.c b/test/rspamd_async_test.c index 5ac71a4da..122cca9c5 100644 --- a/test/rspamd_async_test.c +++ b/test/rspamd_async_test.c @@ -18,7 +18,7 @@ #include "aio_event.h" #include "unix-std.h" -extern struct event_base *base; +extern struct ev_loop *base; static void aio_read_cb (gint fd, gint res, gsize len, gpointer data, gpointer ud) |