summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_aio_fork.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-02-18 09:59:08 +0100
committerMichael Adam <obnox@samba.org>2013-02-19 23:47:53 +0100
commit00b1ef8853a0ad3bf967f98d5a9a570109abb82e (patch)
tree567503dff517353f153b86559a3fc65828b0b684 /source3/modules/vfs_aio_fork.c
parent5743277ed6297ce77afcdb7b336c8929c83af8a3 (diff)
downloadsamba-00b1ef8853a0ad3bf967f98d5a9a570109abb82e.tar.gz
samba-00b1ef8853a0ad3bf967f98d5a9a570109abb82e.tar.bz2
samba-00b1ef8853a0ad3bf967f98d5a9a570109abb82e.zip
s3:modules: s/struct event_context/struct tevent_context
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/modules/vfs_aio_fork.c')
-rw-r--r--source3/modules/vfs_aio_fork.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_aio_fork.c b/source3/modules/vfs_aio_fork.c
index 3db336f9d5..4f6574bb47 100644
--- a/source3/modules/vfs_aio_fork.c
+++ b/source3/modules/vfs_aio_fork.c
@@ -256,7 +256,7 @@ static ssize_t write_fd(int fd, void *ptr, size_t nbytes, int sendfd)
return (sendmsg(fd, &msg, 0));
}
-static void aio_child_cleanup(struct event_context *event_ctx,
+static void aio_child_cleanup(struct tevent_context *event_ctx,
struct timed_event *te,
struct timeval now,
void *private_data)