chiark / gitweb /
sd-bus: sync kdbus.h (ABI break)
authorDaniel Mack <daniel@zonque.org>
Sat, 20 Dec 2014 18:23:49 +0000 (19:23 +0100)
committerDaniel Mack <daniel@zonque.org>
Sat, 20 Dec 2014 18:23:49 +0000 (19:23 +0100)
commit6ad9bb71c226d062d109668af4b100519eca5cb4
tree4812e5a0f0fe9a7ee3a3b7f3e81ad88560f24b84
parentfe659612e40e6a0cf91a73b10aa45eea958b747e
sd-bus: sync kdbus.h (ABI break)

Sync kdbus.h with upstream changes:

  * Two optional cancellation points where added for synchronously
    blocking KDBUS_CMD_SEND commands: A sigmask to change the mask
    of accepted signals before the task is put to sleep, and a
    generic file descriptor that can be written to, in order to cancel
    the command. Both methods are currently unused.

  * The KDBUS_CMD_CANCEL ioctl was removed. sd-bus was never using
    that command, so there's no change needed.

  * Some kerneldoc fixes
src/libsystemd/sd-bus/kdbus.h