summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cred_cache.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-02-18 09:55:02 +0100
committerMichael Adam <obnox@samba.org>2013-02-19 23:47:50 +0100
commitb946b457991b34e89292a4dcd54f34a5c1de52d6 (patch)
tree98b49b78acd11cb8f017698c5e8969cfd8a76407 /source3/winbindd/winbindd_cred_cache.c
parent36f4547401a67acf19d2fc1037beb6d89ae86b84 (diff)
downloadsamba-b946b457991b34e89292a4dcd54f34a5c1de52d6.tar.gz
samba-b946b457991b34e89292a4dcd54f34a5c1de52d6.tar.bz2
samba-b946b457991b34e89292a4dcd54f34a5c1de52d6.zip
s3:winbindd: s/struct event_context/struct tevent_context
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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/winbindd/winbindd_cred_cache.c b/source3/winbindd/winbindd_cred_cache.c
index 01ca3ff1af..ac5b329d85 100644
--- a/source3/winbindd/winbindd_cred_cache.c
+++ b/source3/winbindd/winbindd_cred_cache.c
@@ -38,7 +38,7 @@
#define MAX_CCACHES 100
static struct WINBINDD_CCACHE_ENTRY *ccache_list;
-static void krb5_ticket_gain_handler(struct event_context *,
+static void krb5_ticket_gain_handler(struct tevent_context *,
struct timed_event *,
struct timeval,
void *);
@@ -104,7 +104,7 @@ void ccache_remove_all_after_fork(void)
Do the work of refreshing the ticket.
****************************************************************/
-static void krb5_ticket_refresh_handler(struct event_context *event_ctx,
+static void krb5_ticket_refresh_handler(struct tevent_context *event_ctx,
struct timed_event *te,
struct timeval now,
void *private_data)
@@ -297,7 +297,7 @@ done:
Do the work of regaining a ticket when coming from offline auth.
****************************************************************/
-static void krb5_ticket_gain_handler(struct event_context *event_ctx,
+static void krb5_ticket_gain_handler(struct tevent_context *event_ctx,
struct timed_event *te,
struct timeval now,
void *private_data)