summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cred_cache.c
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_cred_cache.c
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_cred_cache.c')
-rw-r--r--source3/winbindd/winbindd_cred_cache.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/winbindd/winbindd_cred_cache.c b/source3/winbindd/winbindd_cred_cache.c
index ac5b329d85..293a821a23 100644
--- a/source3/winbindd/winbindd_cred_cache.c
+++ b/source3/winbindd/winbindd_cred_cache.c
@@ -39,7 +39,7 @@
static struct WINBINDD_CCACHE_ENTRY *ccache_list;
static void krb5_ticket_gain_handler(struct tevent_context *,
- struct timed_event *,
+ struct tevent_timer *,
struct timeval,
void *);
static void add_krb5_ticket_gain_handler_event(struct WINBINDD_CCACHE_ENTRY *,
@@ -105,7 +105,7 @@ void ccache_remove_all_after_fork(void)
****************************************************************/
static void krb5_ticket_refresh_handler(struct tevent_context *event_ctx,
- struct timed_event *te,
+ struct tevent_timer *te,
struct timeval now,
void *private_data)
{
@@ -298,7 +298,7 @@ done:
****************************************************************/
static void krb5_ticket_gain_handler(struct tevent_context *event_ctx,
- struct timed_event *te,
+ struct tevent_timer *te,
struct timeval now,
void *private_data)
{
@@ -417,7 +417,7 @@ void ccache_regain_all_now(void)
struct timeval t = timeval_current();
for (cur = ccache_list; cur; cur = cur->next) {
- struct timed_event *new_event;
+ struct tevent_timer *new_event;
/*
* if refresh_time is 0, we know that the