From cc5b88545de27ae37a8e8876490d0207c80fae6f Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 3 Mar 2011 14:20:26 +0100 Subject: s3-rpc_server: Introduce transport in pipe_struct. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- source3/include/ntdomain.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/include/ntdomain.h') diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index e1be93c4ba..5819c9aa65 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -120,6 +120,8 @@ struct pipes_struct { struct client_address *client_id; struct client_address *server_id; + enum dcerpc_transport_t transport; + struct auth_serversupplied_info *session_info; struct messaging_context *msg_ctx; -- cgit