summaryrefslogtreecommitdiff
path: root/src/libsystemd/bus-message.h
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2014-01-20 23:42:05 +0100
committerKay Sievers <kay@vrfy.org>2014-01-20 23:45:36 +0100
commit97f82db3253fcaa557570eccfc55dae9ac2b16d5 (patch)
tree6bb90bff01caa726609a41af7bc967fcc156783d /src/libsystemd/bus-message.h
parent49e6fdbf14b35d8840c3b263fd15259624b07818 (diff)
Revert "sd-bus: let sd_bus_call() use the synchronous kdbus method"
This reverts commit 021b89861d0b1defcbd6ba71d1aaf6271785a942. Something is not quite right, "KillUnit" sent from systemctl is not handled correctly and shutdown has problems.
Diffstat (limited to 'src/libsystemd/bus-message.h')
-rw-r--r--src/libsystemd/bus-message.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsystemd/bus-message.h b/src/libsystemd/bus-message.h
index efddc97345..5322375ef1 100644
--- a/src/libsystemd/bus-message.h
+++ b/src/libsystemd/bus-message.h
@@ -107,7 +107,6 @@ struct sd_bus_message {
bool free_fds:1;
bool release_kdbus:1;
bool poisoned:1;
- bool reply_sync:1;
struct bus_header *header;
struct bus_body_part body;