diff options
author | Volker Lendecke <vl@samba.org> | 2008-07-20 10:00:46 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-07-20 17:06:21 +0200 |
commit | 66669bad4384086c91c833db78d70b8aac7a4f04 (patch) | |
tree | 0b35219de22324a2fb42bcd79d89c4d3fbd7febd /source3/include/rpc_dce.h | |
parent | 9dece1b5d7c9b9e91f4bc0b56a83be689145f009 (diff) | |
download | samba-66669bad4384086c91c833db78d70b8aac7a4f04.tar.gz |
Simplify pipe_names: we only do ndr_transfer_syntax anyway
(This used to be commit b808403af55a37f2ec0e87e60450505ddfc2edda)
Diffstat (limited to 'source3/include/rpc_dce.h')
-rw-r--r-- | source3/include/rpc_dce.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/include/rpc_dce.h b/source3/include/rpc_dce.h index 9b2044fa202..580b14f1d81 100644 --- a/source3/include/rpc_dce.h +++ b/source3/include/rpc_dce.h @@ -161,16 +161,6 @@ typedef struct ndr_syntax_id RPC_IFACE; #define RPC_IFACE_LEN (UUID_SIZE + 4) -struct pipe_id_info { - /* the names appear not to matter: the syntaxes _do_ matter */ - - const char *client_pipe; - const RPC_IFACE *abstr_syntax; /* this one is the abstract syntax id */ - - const char *server_pipe; /* this one is the secondary syntax name */ - const RPC_IFACE *trans_syntax; /* this one is the primary syntax id */ -}; - /* RPC_HDR - dce rpc header */ typedef struct rpc_hdr_info { uint8 major; /* 5 - RPC major version */ |