chiark / gitweb /
sd-bus: sync kdbus.h (ABI break)
authorDaniel Mack <daniel@zonque.org>
Tue, 4 Nov 2014 11:08:36 +0000 (12:08 +0100)
committerDaniel Mack <daniel@zonque.org>
Tue, 4 Nov 2014 11:44:53 +0000 (12:44 +0100)
commit635f9f0d95d1cc460f2c59a8fe26ecc358420544
tree4f3c144e16fed80a51f29746cff4d6257bd15818
parentdfb05a1cf5479e6949d2413a633431c64d006ff2
sd-bus: sync kdbus.h (ABI break)

Catch up with some changes in kdbus.h:

  * KDBUS_{ITEM,ATTACH}_CONN_NAME were renamed to
    KDBUS_{ITEM,ATTACH}_CONN_DESCRIPTION, so the term 'name' is not
    overloaded as much.

  * The item types were re-ordered a little so they are lined up to the
    order of the corresponding KDBUS_ATTACH flags

  * A new item type KDBUS_ITEM_OWNED_NAME was introduced, designated to
    store a struct kdbus_name in item->name. KDBUS_ITEM_NAME soley
    stores data in item->str now

  * Some kerneldoc fixes
src/bus-proxyd/bus-proxyd.c
src/libsystemd/sd-bus/bus-control.c
src/libsystemd/sd-bus/bus-kernel.c
src/libsystemd/sd-bus/kdbus.h