summaryrefslogtreecommitdiff
path: root/source3/smbd/globals.h
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2018-12-27 15:17:22 +0100
committerStefan Metzmacher <metze@samba.org>2019-01-11 23:11:16 +0100
commit122e141b465d90b76334eaf75331949e34fd91d3 (patch)
treec71f8ccb6b5767116e1895a8b3a181d1d49e1f77 /source3/smbd/globals.h
parent2a62a98f5c7107f2f83c0bfc2892243d83e2c88a (diff)
downloadsamba-122e141b465d90b76334eaf75331949e34fd91d3.tar.gz
Revert "smbd: remove unused smbd_server_connection->ev_ctx"
This reverts commit 721fbbfa7001b2788602106101f0407483894322. See the discussion in https://lists.samba.org/archive/samba-technical/2018-December/131731.html for the reasoning behind this revert. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/smbd/globals.h')
-rw-r--r--source3/smbd/globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h
index 5695663cc66..a13916e230a 100644
--- a/source3/smbd/globals.h
+++ b/source3/smbd/globals.h
@@ -879,6 +879,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 tevent_context *raw_ev_ctx;
struct tevent_context *root_ev_ctx;
struct tevent_context *guest_ev_ctx;