From 1ce9c0ea3215eaa0956338972987704608d9d78e Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 12 Dec 2011 13:18:59 +0100 Subject: s3:smbd: remember the event context on smbd_server_connection metze --- source3/smbd/globals.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/smbd/globals.h') diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h index a02988a47d..7b7389ae5b 100644 --- a/source3/smbd/globals.h +++ b/source3/smbd/globals.h @@ -451,6 +451,7 @@ struct smbd_server_connection { const struct tsocket_address *local_address; const struct tsocket_address *remote_address; const char *remote_hostname; + struct tevent_context *ev_ctx; struct messaging_context *msg_ctx; struct { bool got_session; -- cgit