summaryrefslogtreecommitdiff
path: root/source3/smbd/notify_inotify.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-02-18 10:24:12 +0100
committerMichael Adam <obnox@samba.org>2013-02-19 23:47:58 +0100
commita0d96b53e7730c5e0b4986342fa73ab81b7869ef (patch)
treebe959e72a15bd4bed5cc61826a179c791df30f92 /source3/smbd/notify_inotify.c
parent59b8f803d74c45e2477c533b5b380afb011f8ebe (diff)
downloadsamba-a0d96b53e7730c5e0b4986342fa73ab81b7869ef.tar.gz
samba-a0d96b53e7730c5e0b4986342fa73ab81b7869ef.tar.bz2
samba-a0d96b53e7730c5e0b4986342fa73ab81b7869ef.zip
s3:smbd: s/struct fd_event/struct tevent_fd
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/smbd/notify_inotify.c')
-rw-r--r--source3/smbd/notify_inotify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/notify_inotify.c b/source3/smbd/notify_inotify.c
index bfa41c9940..c1543965a7 100644
--- a/source3/smbd/notify_inotify.c
+++ b/source3/smbd/notify_inotify.c
@@ -190,7 +190,7 @@ static void inotify_dispatch(struct inotify_private *in,
/*
called when the kernel has some events for us
*/
-static void inotify_handler(struct tevent_context *ev, struct fd_event *fde,
+static void inotify_handler(struct tevent_context *ev, struct tevent_fd *fde,
uint16_t flags, void *private_data)
{
struct inotify_private *in = talloc_get_type(private_data,