diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-02-13 17:32:38 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-02-16 15:03:44 +0100 |
commit | 2ac7c17f9d8eeb403b91ee5a389562edaf47fb87 (patch) | |
tree | 3b55981e7648c1b58aaf6d656e28003c53c3497c /src/libsystemd/sd-bus/DIFFERENCES | |
parent | 38ab096869ad6bb39a9ef9a012abfb42ea62cd93 (diff) |
Revert "Revert "sd-bus: change serialization of kdbus messages to qualify in their entirety as gvariant objects""
This reverts commit 954871d8ba15911d014f76ed2c7a9492953cf39d.
Diffstat (limited to 'src/libsystemd/sd-bus/DIFFERENCES')
-rw-r--r-- | src/libsystemd/sd-bus/DIFFERENCES | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/libsystemd/sd-bus/DIFFERENCES b/src/libsystemd/sd-bus/DIFFERENCES index fd7506b993..db269675a7 100644 --- a/src/libsystemd/sd-bus/DIFFERENCES +++ b/src/libsystemd/sd-bus/DIFFERENCES @@ -18,11 +18,8 @@ Known differences between dbus1 and kdbus: - Serial numbers of synthesized messages are always (uint32_t) -1. -- The org.freedesktop.DBus "driver" service is not special on - kdbus. It is a bus activated service like any other with its own - unique name. - - NameOwnerChanged is a synthetic message, generated locally and not - by the driver. + by the driver. On dbus1 only the Disconnected message was + synthesized like this. - There's no standard per-session bus anymore. Only a per-user bus. |