diff options
Diffstat (limited to 'source4/ntvfs/posix/pvfs_write.c')
-rw-r--r-- | source4/ntvfs/posix/pvfs_write.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/ntvfs/posix/pvfs_write.c b/source4/ntvfs/posix/pvfs_write.c index 2da0e4bb3a..ba505e61d7 100644 --- a/source4/ntvfs/posix/pvfs_write.c +++ b/source4/ntvfs/posix/pvfs_write.c @@ -24,8 +24,8 @@ #include "librpc/gen_ndr/security.h" #include "lib/events/events.h" -static void pvfs_write_time_update_handler(struct event_context *ev, - struct timed_event *te, +static void pvfs_write_time_update_handler(struct tevent_context *ev, + struct tevent_timer *te, struct timeval tv, void *private_data) { |