diff options
author | Stefan Metzmacher <metze@samba.org> | 2013-02-18 10:18:29 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-02-19 23:47:56 +0100 |
commit | ae1cb5ca04eb46d1112868bc80b459eb2a168920 (patch) | |
tree | b961343b5c4635c526840c6bfab1ac78a2d3da1b /source3/smbd/blocking.c | |
parent | 3ae2ed4504c81e197fab5804e9cde7ebeb34d5c2 (diff) | |
download | samba-ae1cb5ca04eb46d1112868bc80b459eb2a168920.tar.gz |
s3:smbd: s/struct timed_event/struct tevent_timer
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/smbd/blocking.c')
-rw-r--r-- | source3/smbd/blocking.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/blocking.c b/source3/smbd/blocking.c index 1bef73b6972..4bd7a5732fc 100644 --- a/source3/smbd/blocking.c +++ b/source3/smbd/blocking.c @@ -36,7 +36,7 @@ static void received_unlock_msg(struct messaging_context *msg, DATA_BLOB *data); void brl_timeout_fn(struct tevent_context *event_ctx, - struct timed_event *te, + struct tevent_timer *te, struct timeval now, void *private_data) { |