summaryrefslogtreecommitdiff
path: root/src/libsystemd/bus-message.h
diff options
context:
space:
mode:
authorDaniel Mack <zonque@gmail.com>2014-01-18 20:09:14 +0100
committerDaniel Mack <zonque@gmail.com>2014-01-19 22:57:35 +0100
commit021b89861d0b1defcbd6ba71d1aaf6271785a942 (patch)
tree11a77fb2897ea4110c284de09c1d4a59bb053b1f /src/libsystemd/bus-message.h
parentcb67f7184e61fafc984c4cd1e921d71a7e67c2ae (diff)
sd-bus: let sd_bus_call() use the synchronous kdbus method
Diffstat (limited to 'src/libsystemd/bus-message.h')
-rw-r--r--src/libsystemd/bus-message.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd/bus-message.h b/src/libsystemd/bus-message.h
index 5322375ef1..efddc97345 100644
--- a/src/libsystemd/bus-message.h
+++ b/src/libsystemd/bus-message.h
@@ -107,6 +107,7 @@ 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;