From 6ac68a803e79984e8d3c065b7b366da0bdd495d6 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 7 Jun 2011 17:03:13 +0200 Subject: s3-rpc_server: Add local and remote address to pipes struct. Signed-off-by: Andrew Bartlett --- source3/include/ntdomain.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/include/ntdomain.h') diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index ff728736d4..814dfaf363 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -100,6 +100,8 @@ struct gse_context; struct dcesrv_ep_entry_list; +struct tsocket_address; + /* * DCE/RPC-specific samba-internal-specific handling of data on * NamedPipes. @@ -110,6 +112,8 @@ struct pipes_struct { struct client_address *client_id; struct client_address *server_id; + const struct tsocket_address *local_address; + const struct tsocket_address *remote_address; enum dcerpc_transport_t transport; -- cgit