summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2006-09-28 18:08:03 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:14:52 -0500
commit0f56237bc0e0da61c958eb964b6a02958e0d5cda (patch)
treedae01139eea090f7460c6c99466e08e6f60e57fe /source3/nsswitch/winbindd.h
parente07df9be38de23f054fa06da8d6bb9929fe766e1 (diff)
downloadsamba-0f56237bc0e0da61c958eb964b6a02958e0d5cda.tar.gz
samba-0f56237bc0e0da61c958eb964b6a02958e0d5cda.tar.bz2
samba-0f56237bc0e0da61c958eb964b6a02958e0d5cda.zip
r18980: Be a little more intelligent about "startup_time",
move into the domain struct. Allow message to go online to set this state and cope with removing it. Jeremy. (This used to be commit 51f0e60cc3a652b0ff1658d4c07bfc9493fbc51a)
Diffstat (limited to 'source3/nsswitch/winbindd.h')
-rw-r--r--source3/nsswitch/winbindd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd.h b/source3/nsswitch/winbindd.h
index 1437343965..c18848ac52 100644
--- a/source3/nsswitch/winbindd.h
+++ b/source3/nsswitch/winbindd.h
@@ -169,7 +169,8 @@ struct winbindd_domain {
BOOL primary; /* is this our primary domain ? */
BOOL internal; /* BUILTIN and member SAM */
BOOL online; /* is this domain available ? */
- BOOL startup; /* are we in the first 30 seconds after fork ? */
+ time_t startup_time; /* When we set "startup" true. */
+ BOOL startup; /* are we in the first 30 seconds after startup_time ? */
/* Lookup methods for this domain (LDAP or RPC) */
struct winbindd_methods *methods;