diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-03-21 23:01:59 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-03-22 00:12:37 +0100 |
commit | 29f6aadd5302320d5a7a3868b607eb83687bdfd0 (patch) | |
tree | 441b4301dd4705d932cce9c41c36a2d0cdef4bdc /src/libsystemd-bus/sd-bus.h | |
parent | 9a8ae49d91ae303c4f7c87f9c56fba3e8d646af7 (diff) |
bus: implicitly set no_reply flag on outgoing messages if the serial number is not kept
If nobody keeps the serial number of an outgoing message we know that
nobody expects an answer to it, so set the no_reply flag accordingly.
Diffstat (limited to 'src/libsystemd-bus/sd-bus.h')
-rw-r--r-- | src/libsystemd-bus/sd-bus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsystemd-bus/sd-bus.h b/src/libsystemd-bus/sd-bus.h index ce92ee7df6..a759f54f3e 100644 --- a/src/libsystemd-bus/sd-bus.h +++ b/src/libsystemd-bus/sd-bus.h @@ -33,7 +33,6 @@ * - add page donation logic * - api for appending/reading fixed arrays * - always verify container depth - * - implicitly set no_reply when a message-call is sent an the serial number ignored * - handle NULL strings nicer when appending * - merge busctl into systemctl or so? * - add object handlers |