bus: sync with kdbus.git

System Internals / systemd - David Herrmann [gmail.com] - 11 December 2014 06:19 UTC

Sync up with recent kdbus changed:
- several ioctls gained .size and .items members (but still unused)
- CMD_SEND gained its own ioctl structure
- several members of kdbus_msg were dropped as they were only used during SEND, not during RECV etc.
- CMD_RECV and CMD_SEND now share a kdbus_reply member which contains the offset and size of the returned message.

94e15fd bus: sync with kdbus.git
src/core/busname.c | 11 +-
src/libsystemd/sd-bus/bus-control.c | 1 +
src/libsystemd/sd-bus/bus-kernel.c | 33 +++---
src/libsystemd/sd-bus/kdbus.h | 220 +++++++++++++++++++++++------------
4 files changed, 172 insertions(+), 93 deletions(-)

Upstream: github.com


  • Share