summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-02-18 10:17:40 +0100
committerMichael Adam <obnox@samba.org>2013-02-19 23:47:55 +0100
commit3ae2ed4504c81e197fab5804e9cde7ebeb34d5c2 (patch)
tree2f724552fdaabb93fbee2393f0b44d97d0632690 /source3/winbindd/winbindd.h
parent804b18f38eabf07f2f01d44ea534fa9805443213 (diff)
downloadsamba-3ae2ed4504c81e197fab5804e9cde7ebeb34d5c2.tar.gz
samba-3ae2ed4504c81e197fab5804e9cde7ebeb34d5c2.tar.bz2
samba-3ae2ed4504c81e197fab5804e9cde7ebeb34d5c2.zip
s3:winbindd: s/struct timed_event/struct tevent_timer
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/winbindd/winbindd.h')
-rw-r--r--source3/winbindd/winbindd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/winbindd/winbindd.h b/source3/winbindd/winbindd.h
index c01cac7ab3..5a8aed1930 100644
--- a/source3/winbindd/winbindd.h
+++ b/source3/winbindd/winbindd.h
@@ -137,8 +137,8 @@ struct winbindd_child {
struct tevent_queue *queue;
struct dcerpc_binding_handle *binding_handle;
- struct timed_event *lockout_policy_event;
- struct timed_event *machine_password_change_event;
+ struct tevent_timer *lockout_policy_event;
+ struct tevent_timer *machine_password_change_event;
const struct winbindd_child_dispatch_table *table;
};
@@ -213,7 +213,7 @@ struct winbindd_domain {
/* Callback we use to try put us back online. */
uint32 check_online_timeout;
- struct timed_event *check_online_event;
+ struct tevent_timer *check_online_event;
/* Linked list info */
@@ -386,7 +386,7 @@ struct WINBINDD_CCACHE_ENTRY {
time_t create_time;
time_t renew_until;
time_t refresh_time;
- struct timed_event *event;
+ struct tevent_timer *event;
};
#include "winbindd/winbindd_proto.h"