From c49b30a23583ff39daaa26696bcab478d2fee0bb Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 11 Nov 2013 18:55:34 +0100 Subject: bus: rename sd_bus_send_with_reply_and_block() to sd_bus_call() The call is one of the most important ones we expose, where we place major emphasis on. We should make sure to give it a short, memorable name. --- src/run/run.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/run') diff --git a/src/run/run.c b/src/run/run.c index 1eeb5c6e56..539db6f494 100644 --- a/src/run/run.c +++ b/src/run/run.c @@ -237,7 +237,7 @@ static int message_start_transient_unit_send(sd_bus *bus, sd_bus_message *m, sd_ if (r < 0) return r; - return sd_bus_send_with_reply_and_block(bus, m, 0, error, reply); + return sd_bus_call(bus, m, 0, error, reply); } static int start_transient_service( -- cgit v1.2.3-54-g00ecf