tests: fix tests to compile again

Whoops, I totally forgot about them. Fix the headers to be compatible with
eloop again.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
David Herrmann 2012-07-07 13:45:29 +02:00
parent 6d0831c52f
commit 8256ef6686

View File

@ -62,7 +62,7 @@ static int test_prepare(int argc, char **argv, struct ev_eloop **out)
log_print_init(argv[0]);
ret = ev_eloop_new(&eloop);
ret = ev_eloop_new(&eloop, log_llog);
if (ret)
return ret;