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/includes.h | 2 +- source3/include/ntdomain.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/includes.h b/source3/include/includes.h index d715db6354..c79c96260a 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -612,8 +612,8 @@ extern void *cmdline_lp_ctx; #include "msdfs.h" #include "auth.h" -#include "ntdomain.h" #include "librpc/rpc/dcerpc.h" +#include "ntdomain.h" #include "client.h" #include "module.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