From 2e171239f9abbadae0363818ce730df8f0eaada2 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 21 May 2010 10:34:58 -0400 Subject: s4:smbd: Add tstream to the stream_connection structure --- source4/smbd/service_stream.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4') diff --git a/source4/smbd/service_stream.h b/source4/smbd/service_stream.h index 685502a8ba..21a37b3894 100644 --- a/source4/smbd/service_stream.h +++ b/source4/smbd/service_stream.h @@ -50,6 +50,7 @@ struct stream_connection { struct messaging_context *msg_ctx; struct loadparm_context *lp_ctx; + struct tstream_context *tstream; struct tsocket_address *local_address; struct tsocket_address *remote_address; -- cgit