diff options
Diffstat (limited to 'src/libsystemd/bus-message.h')
-rw-r--r-- | src/libsystemd/bus-message.h | 1 |
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; |