summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/pvfs_notify.c
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2010-05-25 15:27:41 -0400
committerSimo Sorce <idra@samba.org>2011-08-13 09:54:16 -0400
commitb1feb9d4324dfca7190ec3816d43392b65a94671 (patch)
tree9ea26552dddedc46264f763368f18f266618fb09 /source4/ntvfs/posix/pvfs_notify.c
parent4a8fdc3958b7bc42bd90d4307f6fb0556944b300 (diff)
downloadsamba-b1feb9d4324dfca7190ec3816d43392b65a94671.tar.gz
samba-b1feb9d4324dfca7190ec3816d43392b65a94671.tar.bz2
samba-b1feb9d4324dfca7190ec3816d43392b65a94671.zip
s4:ntvfs: use tevent_ fn names instead of legacy event_ ones
Diffstat (limited to 'source4/ntvfs/posix/pvfs_notify.c')
-rw-r--r--source4/ntvfs/posix/pvfs_notify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/pvfs_notify.c b/source4/ntvfs/posix/pvfs_notify.c
index 6a857dbf65..316353f38f 100644
--- a/source4/ntvfs/posix/pvfs_notify.c
+++ b/source4/ntvfs/posix/pvfs_notify.c
@@ -109,7 +109,7 @@ static void pvfs_notify_send(struct pvfs_notify_buffer *notify_buffer,
/* we can't call pvfs_notify_send() directly here, as that
would free the request, and the ntvfs modules above us
could use it, so call it on the next event */
- event_add_timed(req->ctx->event_ctx,
+ tevent_add_timer(req->ctx->event_ctx,
req, timeval_zero(), pvfs_notify_send_next, req);
}