From 21a93c2ddc87da3e6e1af8ad7819018526c4b40b Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 25 Aug 2009 22:38:55 +0200 Subject: s3-netlogon: use shared credential and schannel storage infrastructure for netlogon server. Guenther --- source3/include/ntdomain.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include') diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 141f63581c..d67c5b23bc 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -258,6 +258,9 @@ typedef struct pipes_struct { /* handle database to use on this pipe. */ struct handle_list *pipe_handles; + /* private data for the interface implementation */ + void *private_data; + } pipes_struct; struct api_struct { -- cgit