s3:winbindd: s/struct event_context/struct tevent_context
authorStefan Metzmacher <metze@samba.org>
Mon, 18 Feb 2013 08:55:02 +0000 (09:55 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 19 Feb 2013 22:47:50 +0000 (23:47 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/winbindd/winbindd_cm.c
source3/winbindd/winbindd_cred_cache.c
source3/winbindd/winbindd_dual.c

index 33eeb320df2f7a107f814d3a34e8215c6e727134..25bb0345dc47aca69ed8a08283d2fc4735d0995a 100644 (file)
@@ -286,7 +286,7 @@ static bool fork_child_dc_connect(struct winbindd_domain *domain)
  Handler triggered if we're offline to try and detect a DC.
 ****************************************************************/
 
-static void check_domain_online_handler(struct event_context *ctx,
+static void check_domain_online_handler(struct tevent_context *ctx,
                                        struct timed_event *te,
                                        struct timeval now,
                                        void *private_data)
index 01ca3ff1afc0e245f975ea15249e0057054b84a3..ac5b329d85e698e66a8f9fbd859d041c6eedf6c3 100644 (file)
@@ -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)
index 14e60f573479aaf49d1126d625fc1490cde142ae..29bb1f8940742e2c1de7f9246d31d615ca480674 100644 (file)
@@ -859,7 +859,7 @@ void winbind_msg_dump_domain_list(struct messaging_context *msg_ctx,
        talloc_destroy(mem_ctx);
 }
 
-static void account_lockout_policy_handler(struct event_context *ctx,
+static void account_lockout_policy_handler(struct tevent_context *ctx,
                                           struct timed_event *te,
                                           struct timeval now,
                                           void *private_data)
@@ -976,7 +976,7 @@ static bool calculate_next_machine_pwd_change(const char *domain,
        return true;
 }
 
-static void machine_password_change_handler(struct event_context *ctx,
+static void machine_password_change_handler(struct tevent_context *ctx,
                                            struct timed_event *te,
                                            struct timeval now,
                                            void *private_data)