summaryrefslogtreecommitdiff
path: root/source3/include/ntdomain.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-08-25 22:38:55 +0200
committerGünther Deschner <gd@samba.org>2009-08-27 15:55:19 +0200
commit21a93c2ddc87da3e6e1af8ad7819018526c4b40b (patch)
tree14aeecd0675dbd8671112a1f529af799c07b1de4 /source3/include/ntdomain.h
parent2d8157fb9e91b145a98b4b87a50d3bea69412108 (diff)
downloadsamba-21a93c2ddc87da3e6e1af8ad7819018526c4b40b.tar.gz
samba-21a93c2ddc87da3e6e1af8ad7819018526c4b40b.tar.bz2
samba-21a93c2ddc87da3e6e1af8ad7819018526c4b40b.zip
s3-netlogon: use shared credential and schannel storage infrastructure for netlogon server.
Guenther
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r--source3/include/ntdomain.h3
1 files changed, 3 insertions, 0 deletions
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 {