s3:modules: s/struct timed_event/struct tevent_timer
authorStefan Metzmacher <metze@samba.org>
Mon, 18 Feb 2013 09:18:29 +0000 (10:18 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 19 Feb 2013 22:47:57 +0000 (23:47 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/modules/vfs_aio_fork.c

index 4f6574bb475e05c83da08a29dda09bf62c0b5fc8..54fb4d20151dd4fe346d93972506d3aad7a85df6 100644 (file)
@@ -138,7 +138,7 @@ struct aio_child {
 
 struct aio_child_list {
        struct aio_child *children;
-       struct timed_event *cleanup_event;
+       struct tevent_timer *cleanup_event;
 };
 
 static void free_aio_children(void **p)
@@ -257,7 +257,7 @@ static ssize_t write_fd(int fd, void *ptr, size_t nbytes, int sendfd)
 }
 
 static void aio_child_cleanup(struct tevent_context *event_ctx,
-                             struct timed_event *te,
+                             struct tevent_timer *te,
                              struct timeval now,
                              void *private_data)
 {