diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-11-07 03:20:40 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-11-07 03:20:40 +0100 |
commit | c8a8806e7705cb2e465b6727415c955fd5ef194b (patch) | |
tree | f8e7d1662298516e944f5bef6a873c340f68a5ea /src/analyze/analyze.c | |
parent | bc801363855527cae97e9251aa17741bcd85e33e (diff) |
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.
Diffstat (limited to 'src/analyze/analyze.c')
-rw-r--r-- | src/analyze/analyze.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |