From ae526514a936b46112845480646402fdd385d7a2 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 7 Jul 2010 17:14:27 -0400 Subject: s3:rpc user idl define dcerpc_ctx_list instead of custom RPC_CONTEXT --- source3/include/rpc_dce.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'source3/include/rpc_dce.h') diff --git a/source3/include/rpc_dce.h b/source3/include/rpc_dce.h index 37015ebb96..03d1e32cca 100644 --- a/source3/include/rpc_dce.h +++ b/source3/include/rpc_dce.h @@ -107,18 +107,11 @@ typedef struct rpc_hdr_auth_info { #define RPC_HDR_AUTH_LEN 8 -typedef struct rpc_context { - uint16 context_id; /* presentation context identifier. */ - uint8 num_transfer_syntaxes; /* the number of syntaxes */ - struct ndr_syntax_id abstract; /* num and vers. of interface client is using */ - struct ndr_syntax_id *transfer; /* Array of transfer interfaces. */ -} RPC_CONTEXT; - /* RPC_BIND_REQ - ms req bind */ typedef struct rpc_bind_req_info { RPC_HDR_BBA bba; uint8 num_contexts; /* the number of contexts */ - RPC_CONTEXT *rpc_context; + struct dcerpc_ctx_list *rpc_context; } RPC_HDR_RB; /* -- cgit