s4:lib/tevent: rename structs
[kamenim/samba-autobuild/.git] / source4 / param / share.h
index 2a85fd4fbbffb94fed518f4540f17ddb9c237aa9..755d19e33790137e8f0a493349956c722dab8c98 100644 (file)
@@ -47,11 +47,11 @@ struct share_info {
        void *value;
 };
 
-struct event_context;
+struct tevent_context;
 
 struct share_ops {
        const char *name;
-       NTSTATUS (*init)(TALLOC_CTX *, const struct share_ops*, struct event_context *ev_ctx,
+       NTSTATUS (*init)(TALLOC_CTX *, const struct share_ops*, struct tevent_context *ev_ctx,
                         struct loadparm_context *lp_ctx,
                         struct share_context **);
        const char *(*string_option)(struct share_config *, const char *, const char *);