summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_notify_fam.c
diff options
context:
space:
mode:
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)
{