summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-12-05 07:05:53 +0000
committerAndrew Tridgell <tridge@samba.org>2001-12-05 07:05:53 +0000
commita313351e94387f9e87f2b9e8d66a9a1e337c51b4 (patch)
treed65bbfa8085b71c6db74d7aa2e9fb60ba8d4f07c /source3/nsswitch/winbindd.h
parent5f76385e709204151fb9c743ae9d36e0b3df48de (diff)
downloadsamba-a313351e94387f9e87f2b9e8d66a9a1e337c51b4.tar.gz
samba-a313351e94387f9e87f2b9e8d66a9a1e337c51b4.tar.bz2
samba-a313351e94387f9e87f2b9e8d66a9a1e337c51b4.zip
added very basic ads connection cacheing
(This used to be commit 7de670cd15c1a87dd01ab22d74a7e6cbf5ae6673)
Diffstat (limited to 'source3/nsswitch/winbindd.h')
-rw-r--r--source3/nsswitch/winbindd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/nsswitch/winbindd.h b/source3/nsswitch/winbindd.h
index 462a078fae..cfe3e8c29f 100644
--- a/source3/nsswitch/winbindd.h
+++ b/source3/nsswitch/winbindd.h
@@ -143,6 +143,7 @@ struct winbindd_domain {
struct winbindd_methods *methods; /* lookup methods for
this domain (LDAP or
RPC) */
+ void *private; /* private data for the backends (used for connection cache) */
struct winbindd_domain *prev, *next; /* Linked list info */
};