diff options
Diffstat (limited to 'source3/smbd/globals.h')
-rw-r--r-- | source3/smbd/globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |