s3:modules: s/struct event_context/struct tevent_context
[amitay/samba.git] / source3 / modules / vfs_aio_linux.c
index 4ccdd8fb7ef2372e5f36d732d220cb49600b3da4..a8bc6797035fe9280b377c7f3d4491df41e227fc 100644 (file)
@@ -33,7 +33,7 @@ static struct fd_event *aio_read_event;
 static bool used;
 static unsigned num_busy;
 
-static void aio_linux_done(struct event_context *event_ctx,
+static void aio_linux_done(struct tevent_context *event_ctx,
                           struct fd_event *event,
                           uint16 flags, void *private_data);
 
@@ -246,7 +246,7 @@ static struct tevent_req *aio_linux_fsync_send(
        return req;
 }
 
-static void aio_linux_done(struct event_context *event_ctx,
+static void aio_linux_done(struct tevent_context *event_ctx,
                           struct fd_event *event,
                           uint16 flags, void *private_data)
 {