s4:lib/tevent: rename structs
[bbaumbach/samba-autobuild/.git] / source4 / lib / registry / samba.c
index 84a8112f17952c45233203fd061e35c3bb2a0a9c..fc59bdfdfab515eefbababc313e42e583881f154 100644 (file)
@@ -26,7 +26,7 @@
  */
 
 static WERROR mount_samba_hive(struct registry_context *ctx,
-                              struct event_context *event_ctx,
+                              struct tevent_context *event_ctx,
                               struct loadparm_context *lp_ctx,
                               struct auth_session_info *auth_info,
                               struct cli_credentials *creds,
@@ -56,7 +56,7 @@ static WERROR mount_samba_hive(struct registry_context *ctx,
 
 _PUBLIC_ WERROR reg_open_samba(TALLOC_CTX *mem_ctx,
                               struct registry_context **ctx,
-                              struct event_context *ev_ctx,
+                              struct tevent_context *ev_ctx,
                               struct loadparm_context *lp_ctx,
                               struct auth_session_info *session_info,
                               struct cli_credentials *credentials)