From 8044db0a4d625598bbd4cf676efc74525d0000c3 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 21 Mar 2012 11:47:50 +0100 Subject: s3: Pass "conn" to notify_add() --- source3/smbd/proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/smbd/proto.h') diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index 69655e7df6..2530456dd0 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -548,7 +548,8 @@ struct notify_context *notify_init(TALLOC_CTX *mem_ctx, struct event_context *ev, connection_struct *conn); bool notify_internal_parent_init(TALLOC_CTX *mem_ctx); -NTSTATUS notify_add(struct notify_context *notify, struct notify_entry *e0, +NTSTATUS notify_add(struct notify_context *notify, connection_struct *conn, + struct notify_entry *e0, void (*callback)(void *, const struct notify_event *), void *private_data); NTSTATUS notify_remove(struct notify_context *notify, void *private_data); -- cgit