summaryrefslogtreecommitdiff
path: root/source3/smbd/notify.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2016-06-14 14:54:32 +0200
committerJeremy Allison <jra@samba.org>2016-07-20 05:21:07 +0200
commit3caa8a1bf1e55d09399c4d54c69b638955ed3b36 (patch)
tree309f804927c8f55420b7c68c42dd88acab8e6264 /source3/smbd/notify.c
parentd446e406db3745ef2b217f31f2f8abd0254e7f03 (diff)
downloadsamba-3caa8a1bf1e55d09399c4d54c69b638955ed3b36.tar.gz
smbd: Pass "sconn" via notify to notify_callback()
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/smbd/notify.c')
-rw-r--r--source3/smbd/notify.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/smbd/notify.c b/source3/smbd/notify.c
index f493f11aa69..7a436a9f56e 100644
--- a/source3/smbd/notify.c
+++ b/source3/smbd/notify.c
@@ -240,7 +240,8 @@ void change_notify_reply(struct smb_request *req,
notify_buf->num_changes = 0;
}
-void notify_callback(void *private_data, struct timespec when,
+void notify_callback(struct smbd_server_connection *sconn,
+ void *private_data, struct timespec when,
const struct notify_event *e)
{
files_struct *fsp = (files_struct *)private_data;