summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc/dcerpc.h
diff options
context:
space:
mode:
authorGregor Beck <gbeck@sernet.de>2013-09-23 13:54:38 +0200
committerStefan Metzmacher <metze@samba.org>2014-01-07 08:37:45 +0100
commit3193c27256b921a9ac3963fe4b66bc42faae941d (patch)
tree8bf12f744e3eaff0805d7ad60230134305edbd6b /source4/librpc/rpc/dcerpc.h
parent383ba3dacf213138ca9dc6fceba2c6fc5131cf7d (diff)
downloadsamba-3193c27256b921a9ac3963fe4b66bc42faae941d.tar.gz
samba-3193c27256b921a9ac3963fe4b66bc42faae941d.tar.xz
samba-3193c27256b921a9ac3963fe4b66bc42faae941d.zip
s4:librpc: remove server_name from transport
Signed-off-by: Gregor Beck <gbeck@sernet.de> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source4/librpc/rpc/dcerpc.h')
-rw-r--r--source4/librpc/rpc/dcerpc.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/source4/librpc/rpc/dcerpc.h b/source4/librpc/rpc/dcerpc.h
index ed338e912f1..2b2e8b78bb8 100644
--- a/source4/librpc/rpc/dcerpc.h
+++ b/source4/librpc/rpc/dcerpc.h
@@ -80,10 +80,6 @@ struct dcecli_connection {
NTSTATUS (*shutdown_pipe)(struct dcecli_connection *, NTSTATUS status);
- const char *(*peer_name)(struct dcecli_connection *);
-
- const char *(*target_hostname)(struct dcecli_connection *);
-
/* send a request to the server */
NTSTATUS (*send_request)(struct dcecli_connection *, DATA_BLOB *, bool trigger_read);
@@ -95,6 +91,8 @@ struct dcecli_connection {
void (*recv_data)(struct dcecli_connection *, DATA_BLOB *, NTSTATUS status);
} transport;
+ const char *server_name;
+
/* Requests that have been sent, waiting for a reply */
struct rpc_request *pending;