summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_notify_fam.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:59 +0100
commit9ececaae5c13216ce9e29eebb0fad0d7a0e2ab90 (patch)
tree64d65bb8a47376c7983d87be6f9e0715f2c92ed4 /source3/modules/vfs_notify_fam.c
parentb7a925f56bb03aa80b043bb355203670edd75628 (diff)
downloadsamba-9ececaae5c13216ce9e29eebb0fad0d7a0e2ab90.tar.gz
samba-9ececaae5c13216ce9e29eebb0fad0d7a0e2ab90.tar.bz2
samba-9ececaae5c13216ce9e29eebb0fad0d7a0e2ab90.zip
s3:modules: 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/modules/vfs_notify_fam.c')
-rw-r--r--source3/modules/vfs_notify_fam.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/modules/vfs_notify_fam.c b/source3/modules/vfs_notify_fam.c
index c456cadd26..f10a4c9c94 100644
--- a/source3/modules/vfs_notify_fam.c
+++ b/source3/modules/vfs_notify_fam.c
@@ -68,7 +68,7 @@ static bool fam_connection_initialized = False;
static struct fam_watch_context *fam_notify_list;
static void fam_handler(struct tevent_context *event_ctx,
- struct fd_event *fd_event,
+ struct tevent_fd *fd_event,
uint16 flags,
void *private_data);
@@ -147,7 +147,7 @@ static void fam_reopen(FAMConnection *fam_conn,
}
static void fam_handler(struct tevent_context *event_ctx,
- struct fd_event *fd_event,
+ struct tevent_fd *fd_event,
uint16 flags,
void *private_data)
{