s4:lib/tevent: rename structs
[sfrench/samba-autobuild/.git] / source4 / nbt_server / wins / winsdb.c
index 283cd1219abb66a5ea2caf32a4720fd6fe8b7384..945914ccdfb4b2c1cd0cd89e6c4739fd01b0cfae 100644 (file)
@@ -937,7 +937,7 @@ failed:
        return NBT_RCODE_SVR;
 }
 
-static bool winsdb_check_or_add_module_list(struct event_context *ev_ctx, 
+static bool winsdb_check_or_add_module_list(struct tevent_context *ev_ctx, 
                                            struct loadparm_context *lp_ctx, struct winsdb_handle *h)
 {
        int trans;
@@ -1003,7 +1003,7 @@ failed:
 }
 
 struct winsdb_handle *winsdb_connect(TALLOC_CTX *mem_ctx, 
-                                    struct event_context *ev_ctx,
+                                    struct tevent_context *ev_ctx,
                                     struct loadparm_context *lp_ctx,
                                     const char *owner,
                                     enum winsdb_handle_caller caller)