diff options
author | Andreas Schneider <asn@samba.org> | 2011-03-16 13:42:26 +0100 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2011-03-23 17:19:22 +0100 |
commit | 0d97741b9b825350e3e04b5dc49b4e039bd744dc (patch) | |
tree | 08ef5a1d1f1ff818afb3097df64457f7dda6593f /source3/include/ntdomain.h | |
parent | e69d92236744bb06d60faa4f21f3cd748ec5629d (diff) | |
download | samba-0d97741b9b825350e3e04b5dc49b4e039bd744dc.tar.gz |
s3-epmapper: Added function to delete endpoint entries.
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r-- | source3/include/ntdomain.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 2eece8303e3..8fb1248919f 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -109,6 +109,8 @@ struct pipe_auth_data { DATA_BLOB user_session_key; }; +struct dcesrv_ep_entry_list; + /* * DCE/RPC-specific samba-internal-specific handling of data on * NamedPipes. @@ -126,6 +128,7 @@ struct pipes_struct { struct messaging_context *msg_ctx; struct ndr_syntax_id syntax; + struct dcesrv_ep_entry_list *ep_entries; /* linked list of rpc dispatch tables associated with the open rpc contexts */ |