summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus/sd-bus.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-03-22 00:08:58 +0100
committerLennart Poettering <lennart@poettering.net>2013-03-22 00:12:37 +0100
commitb9bf7e2be93fe25e0e96e06ad436d43a1e589ed5 (patch)
tree25e4529b2d9ec6619ecd1858d2ff46cb1ecdff8f /src/libsystemd-bus/sd-bus.h
parent25220239990c7859a65160d63277105d0c1de8a8 (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.h2
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;