s4:lib/tevent: rename structs
[sfrench/samba-autobuild/.git] / source4 / smbd / process_model.c
index d6346a06f9b3e40f6740a28ec716ed7731769d76..0ae544e037baa86e23eb87017dce718a3c189584 100644 (file)
@@ -28,7 +28,7 @@ static const struct model_ops *process_model_byname(const char *name);
 /*
   setup the events for the chosen process model
 */
-_PUBLIC_ const struct model_ops *process_model_startup(struct event_context *ev, const char *model)
+_PUBLIC_ const struct model_ops *process_model_startup(struct tevent_context *ev, const char *model)
 {
        const struct model_ops *ops;