From 415e8e0513017207c9c87ec968f22ed43bdb220b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 18 Feb 2013 09:56:41 +0100 Subject: s3:smbd: s/struct event_context/struct tevent_context Signed-off-by: Stefan Metzmacher Reviewed-by: Michael Adam --- source3/smbd/notify_internal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/notify_internal.c') diff --git a/source3/smbd/notify_internal.c b/source3/smbd/notify_internal.c index 938c57b574..803e2d913e 100644 --- a/source3/smbd/notify_internal.c +++ b/source3/smbd/notify_internal.c @@ -121,7 +121,7 @@ static void notify_handler(struct messaging_context *msg_ctx, struct notify_context *notify_init(TALLOC_CTX *mem_ctx, struct messaging_context *msg, - struct event_context *ev) + struct tevent_context *ev) { struct loadparm_context *lp_ctx; struct notify_context *notify; -- cgit