From c8a8806e7705cb2e465b6727415c955fd5ef194b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 7 Nov 2013 03:20:40 +0100 Subject: build-sys: merge sd-event into sd-bus The sd-event APIs should be available only as part of libsystemd-bus so that the utility calls are not linked into each independently and we can minimize the number of libraries we have. --- src/analyze/analyze.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/analyze') diff --git a/src/analyze/analyze.c b/src/analyze/analyze.c index 3b793f6664..22bf07670e 100644 --- a/src/analyze/analyze.c +++ b/src/analyze/analyze.c @@ -1085,6 +1085,7 @@ static int dot(sd_bus *bus, char* patterns[]) { return 0; } + static int dump(sd_bus *bus, char **args) { _cleanup_bus_message_unref_ sd_bus_message *reply = NULL; _cleanup_bus_error_free_ sd_bus_error error = SD_BUS_ERROR_NULL; -- cgit v1.2.3-54-g00ecf