From c9f6d2795fde2f9bf80277d425df2b44bc860226 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 25 Feb 2009 16:40:17 -0500 Subject: Rebase the code to use talloc, tdb, tevent, ldb as external dependencies based on the latest samba code. Convert all references to the old events library to use the renamed tevent library. --- server/infopipe/sysbus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/infopipe/sysbus.h') 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); -- cgit