s3:lib: s/struct fd_event/struct tevent_fd
[metze/samba/wip.git] / source3 / lib / fncall.c
index e40fd8343dd1943505ec1baa6e0dfc9c06236e8d..fb3d5c9887ce27678fae9921971a0b023aa416ed 100644 (file)
@@ -40,7 +40,7 @@ struct fncall_context {
        struct fncall_state **orphaned;
        int num_orphaned;
 
-       struct fd_event *fde;
+       struct tevent_fd *fde;
 };
 
 static void fncall_handler(struct tevent_context *ev, struct tevent_fd *fde,