summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.h
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2004-11-18 11:57:49 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:53:20 -0500
commit24d3605d99513fd0ce11671a40ad3fca8a1caaf5 (patch)
treec470a09d8eb54accc79535c62f962b5f6d704b95 /source3/nsswitch/winbindd.h
parent0bd9bc6ecae10fa21e4315ea9f20b52fc5883f30 (diff)
downloadsamba-24d3605d99513fd0ce11671a40ad3fca8a1caaf5.tar.gz
samba-24d3605d99513fd0ce11671a40ad3fca8a1caaf5.tar.bz2
samba-24d3605d99513fd0ce11671a40ad3fca8a1caaf5.zip
r3843: If a connection to a DC is requested, open connections simultaeneously to all
DCs found. The first one to reply wins. Volker (This used to be commit 84ac54aef2bd56b5c889d3b05b8828aceb8ae00e)
Diffstat (limited to 'source3/nsswitch/winbindd.h')
-rw-r--r--source3/nsswitch/winbindd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/nsswitch/winbindd.h b/source3/nsswitch/winbindd.h
index 477d2e0f68..22deaf82c6 100644
--- a/source3/nsswitch/winbindd.h
+++ b/source3/nsswitch/winbindd.h
@@ -113,6 +113,10 @@ struct winbindd_domain {
void *private;
+ /* A working DC */
+ fstring dcname;
+ struct sockaddr_in dcaddr;
+
/* Sequence number stuff */
time_t last_seq_check;