summaryrefslogtreecommitdiff
path: root/source3/include/ntdomain.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r--source3/include/ntdomain.h4
1 files changed, 4 insertions, 0 deletions
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;