From 0d97741b9b825350e3e04b5dc49b4e039bd744dc Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 16 Mar 2011 13:42:26 +0100 Subject: s3-epmapper: Added function to delete endpoint entries. --- source3/include/ntdomain.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include/ntdomain.h') diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 2eece8303e..8fb1248919 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 */ -- cgit