chiark / gitweb /
sd-bus: let sd_bus_call() use the synchronous kdbus method
[elogind.git] / src / libsystemd / bus-message.h
index 5322375ef1c576eb596e13bf7d009b85fa6143d5..efddc973459fb103a5098f2be62d68d11c1c6519 100644 (file)
@@ -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;