diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-03-13 14:10:42 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-03-13 16:53:05 +0100 |
commit | 08dca92499c5bd17402dda14521edb4256476639 (patch) | |
tree | 83486512168abb16cfbe4eed6b766d051ab08746 /source4/librpc | |
parent | 7b7baecf1ab2f783ae90b68884fb034d25e9f798 (diff) | |
download | samba-08dca92499c5bd17402dda14521edb4256476639.tar.gz samba-08dca92499c5bd17402dda14521edb4256476639.tar.bz2 samba-08dca92499c5bd17402dda14521edb4256476639.zip |
librpc/rpc: move struct dcerpc_binding to rpc_common.h
metze
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/rpc/dcerpc.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/source4/librpc/rpc/dcerpc.h b/source4/librpc/rpc/dcerpc.h index fe3ce93d67..b16c335979 100644 --- a/source4/librpc/rpc/dcerpc.h +++ b/source4/librpc/rpc/dcerpc.h @@ -180,21 +180,6 @@ struct dcerpc_pipe { /* specify binding interface */ #define DCERPC_LOCALADDRESS (1<<22) -/* this describes a binding to a particular transport/pipe */ -struct dcerpc_binding { - enum dcerpc_transport_t transport; - struct ndr_syntax_id object; - const char *host; - const char *target_hostname; - const char *target_principal; - const char *endpoint; - const char **options; - const char *localaddress; - uint32_t flags; - uint32_t assoc_group_id; -}; - - struct dcerpc_pipe_connect { struct dcerpc_pipe *pipe; struct dcerpc_binding *binding; |