lib/tevent: rename event_* => tevent_* in the header file
[kamenim/samba.git] / lib / tevent / tevent_aio.c
index 7c3473b9a76b9656fb1c49a11fd93cbe7a5ea0b5..b3cd126a340db468f32650c6ac097a62c5aed836 100644 (file)
@@ -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,