chiark / gitweb /
libsystemd-bus: catch up with latest kdbus changes
authorDaniel Mack <zonque@gmail.com>
Sat, 30 Nov 2013 12:31:04 +0000 (13:31 +0100)
committerDaniel Mack <zonque@gmail.com>
Sat, 30 Nov 2013 12:31:04 +0000 (13:31 +0100)
commit1d0e3c98840d89ec0a4dc521663320632a8516e7
treec3e769f19aa584a9e0eccf4ee160498a9b5dfc40
parent683fc3a4480645fd2201e5f7c2e1fee277b3eaa0
libsystemd-bus: catch up with latest kdbus changes

The name list and query functions now work differently in kdbus, as the
result is stored in the connection's pool, rather than being copied back
through the ioctl buffer. That also safes us some logic, as we don't
have to resize the communication buffer in a loop with growing buffer
sizes.

Due to this, KDBUS_CMD_MSG_RELEASE was renamed to KDBUS_CMD_FREE, as it
is now used outside the message logic as well.
src/libsystemd-bus/bus-control.c
src/libsystemd-bus/bus-kernel.c
src/libsystemd-bus/bus-message.c
src/libsystemd-bus/kdbus.h
src/libsystemd-bus/sd-bus.c