summaryrefslogtreecommitdiffstats
path: root/server/infopipe/sysbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/infopipe/sysbus.h')
-rw-r--r--server/infopipe/sysbus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/infopipe/sysbus.h b/server/infopipe/sysbus.h
index f591365eb..2bed23a4e 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);