From 7bf5768a523082d5d47140155824f24689009e55 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 24 Dec 2008 13:52:57 +0100 Subject: lib/tevent: rename event_* => tevent_* in the header file We have compat macros to keep the callers happy. metze --- lib/tevent/tevent_aio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tevent/tevent_aio.c') diff --git a/lib/tevent/tevent_aio.c b/lib/tevent/tevent_aio.c index 7c3473b9a7..b3cd126a34 100644 --- a/lib/tevent/tevent_aio.c +++ b/lib/tevent/tevent_aio.c @@ -554,7 +554,7 @@ static const struct event_ops aio_event_ops = { .add_aio = aio_event_add_aio, .get_fd_flags = aio_event_get_fd_flags, .set_fd_flags = aio_event_set_fd_flags, - .add_timed = common_event_add_timed, + .add_timer = common_event_add_timed, .add_signal = common_event_add_signal, .loop_once = aio_event_loop_once, .loop_wait = aio_event_loop_wait, -- cgit