diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-03-22 00:08:58 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-03-22 00:12:37 +0100 |
commit | b9bf7e2be93fe25e0e96e06ad436d43a1e589ed5 (patch) | |
tree | 25e4529b2d9ec6619ecd1858d2ff46cb1ecdff8f /src/libsystemd-bus/sd-bus.h | |
parent | 25220239990c7859a65160d63277105d0c1de8a8 (diff) |
bus: implicitly handle peer commands Ping() and GetMachineId()
Diffstat (limited to 'src/libsystemd-bus/sd-bus.h')
-rw-r--r-- | src/libsystemd-bus/sd-bus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd-bus/sd-bus.h b/src/libsystemd-bus/sd-bus.h index 1d7bfa86b8..d5101c20d7 100644 --- a/src/libsystemd-bus/sd-bus.h +++ b/src/libsystemd-bus/sd-bus.h @@ -36,8 +36,8 @@ * - handle NULL strings nicer when appending * - merge busctl into systemctl or so? * - add object handlers - * - add peer message handlers * - verify object paths + * - implicitly add stub introspection calls */ typedef struct sd_bus sd_bus; |