summaryrefslogtreecommitdiff
path: root/source3/include/rpc_dce.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-07-20 10:00:46 +0200
committerVolker Lendecke <vl@samba.org>2008-07-20 17:06:21 +0200
commit66669bad4384086c91c833db78d70b8aac7a4f04 (patch)
tree0b35219de22324a2fb42bcd79d89c4d3fbd7febd /source3/include/rpc_dce.h
parent9dece1b5d7c9b9e91f4bc0b56a83be689145f009 (diff)
downloadsamba-66669bad4384086c91c833db78d70b8aac7a4f04.tar.gz
samba-66669bad4384086c91c833db78d70b8aac7a4f04.tar.bz2
samba-66669bad4384086c91c833db78d70b8aac7a4f04.zip
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.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/include/rpc_dce.h b/source3/include/rpc_dce.h
index 9b2044fa20..580b14f1d8 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 */