summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-05-25 22:34:48 +0200
committerVolker Lendecke <vl@samba.org>2009-06-14 11:25:48 +0200
commit07fac35b3b1083e2fa596a62c8be18992c15d3ef (patch)
tree3ed076ee7125b6856da0b1f907a6711416eaffd7 /source3/winbindd/winbindd_proto.h
parentc4a97b2b414477043ce373a07722da305a03a52a (diff)
downloadsamba-07fac35b3b1083e2fa596a62c8be18992c15d3ef.tar.gz
samba-07fac35b3b1083e2fa596a62c8be18992c15d3ef.tar.bz2
samba-07fac35b3b1083e2fa596a62c8be18992c15d3ef.zip
Make rescan_trusted_domains a timed event
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index ac0f71e148..35863e930e 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -506,7 +506,8 @@ void winbindd_list_users(struct winbindd_cli_state *state);
struct winbindd_domain *domain_list(void);
void free_domain_list(void);
-void rescan_trusted_domains( void );
+void rescan_trusted_domains(struct tevent_context *ev, struct tevent_timer *te,
+ struct timeval now, void *private_data);
enum winbindd_result winbindd_dual_init_connection(struct winbindd_domain *domain,
struct winbindd_cli_state *state);
bool init_domain_list(void);