diff options
Diffstat (limited to 'server/infopipe/sysbus.h')
-rw-r--r-- | server/infopipe/sysbus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/infopipe/sysbus.h b/server/infopipe/sysbus.h index f591365e..2bed23a4 100644 --- a/server/infopipe/sysbus.h +++ b/server/infopipe/sysbus.h @@ -25,7 +25,7 @@ struct sysbus_ctx; int sysbus_init(TALLOC_CTX *mem_ctx, struct sysbus_ctx **sysbus, - struct event_context *ev, const char *dbus_name, + struct tevent_context *ev, const char *dbus_name, const char *interface, const char *path, struct sbus_method *methods, sbus_msg_handler_fn introspect_method); |