s3: Add msg_ctx to smbd_server_connection
[kamenim/samba.git] / source3 / smbd / globals.h
index 799cf17be675f973156b3fe4c6ef4e111d5f05ee..435936ea0af4e099f33e54e4c1903b2459bbf47b 100644 (file)
@@ -455,6 +455,7 @@ struct pending_auth_data;
 struct smbd_server_connection {
        const struct tsocket_address *local_address;
        const struct tsocket_address *remote_address;
+       struct messaging_context *msg_ctx;
        struct {
                bool got_session;
        } nbt;