summaryrefslogtreecommitdiffstats
path: root/source/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
commit84ac54aef2bd56b5c889d3b05b8828aceb8ae00e (patch)
tree3899e107c877da1a285c7d651816a9c5714469da /source/nsswitch/winbindd.h
parentfc454c8ef6321fba9efa42a704c8e8c707361af3 (diff)
downloadsamba-84ac54aef2bd56b5c889d3b05b8828aceb8ae00e.tar.gz
samba-84ac54aef2bd56b5c889d3b05b8828aceb8ae00e.tar.xz
samba-84ac54aef2bd56b5c889d3b05b8828aceb8ae00e.zip
r3843: If a connection to a DC is requested, open connections simultaeneously to all
DCs found. The first one to reply wins. Volker
Diffstat (limited to 'source/nsswitch/winbindd.h')
-rw-r--r--source/nsswitch/winbindd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/nsswitch/winbindd.h b/source/nsswitch/winbindd.h
index 477d2e0f682..22deaf82c6e 100644
--- a/source/nsswitch/winbindd.h
+++ b/source/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;