summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-03-21 11:47:50 +0100
committerVolker Lendecke <vl@samba.org>2012-03-21 12:52:09 +0100
commit8e256a2734bed8785c5fe919a442627050e70af9 (patch)
treecc482992112de5c20a4d3668dd69107313e9944d /source3/smbd/proto.h
parent8044db0a4d625598bbd4cf676efc74525d0000c3 (diff)
downloadsamba-8e256a2734bed8785c5fe919a442627050e70af9.tar.gz
samba-8e256a2734bed8785c5fe919a442627050e70af9.tar.bz2
samba-8e256a2734bed8785c5fe919a442627050e70af9.zip
s3: Pass "conn" to sys_notify_watch()
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index 2530456dd0..1f76403486 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -523,6 +523,7 @@ struct sys_notify_context *sys_notify_context_create(connection_struct *conn,
TALLOC_CTX *mem_ctx,
struct event_context *ev);
NTSTATUS sys_notify_watch(struct sys_notify_context *ctx,
+ connection_struct *conn,
struct notify_entry *e,
const char *path,
void (*callback)(struct sys_notify_context *ctx,