s4:lib/tevent: rename structs
[samba.git] / source4 / libcli / smb2 / connect.c
index c7613841b88fa131e7356684eb630803c432b936..11bec42737d183a507f6892151ebb1f625e09851 100644 (file)
@@ -235,7 +235,7 @@ struct composite_context *smb2_connect_send(TALLOC_CTX *mem_ctx,
                                            const char *share,
                                            struct resolve_context *resolve_ctx,
                                            struct cli_credentials *credentials,
-                                           struct event_context *ev,
+                                           struct tevent_context *ev,
                                            struct smbcli_options *options,
                                                const char *socket_options,
                                                struct gensec_settings *gensec_settings)
@@ -297,7 +297,7 @@ NTSTATUS smb2_connect(TALLOC_CTX *mem_ctx,
                      struct resolve_context *resolve_ctx,
                      struct cli_credentials *credentials,
                      struct smb2_tree **tree,
-                     struct event_context *ev,
+                     struct tevent_context *ev,
                      struct smbcli_options *options,
                          const char *socket_options,
                          struct gensec_settings *gensec_settings)