chiark / gitweb /
sd-bus: sync kdbus.h (ABI break)
authorDaniel Mack <daniel@zonque.org>
Mon, 2 Mar 2015 10:36:35 +0000 (11:36 +0100)
committerDaniel Mack <daniel@zonque.org>
Mon, 2 Mar 2015 10:36:35 +0000 (11:36 +0100)
commit606303a93ea52a70ebba55bb3152820e630f2164
treed8f102c6dc42f6a5f81f3ee39639be4e5a872c95
parent9d3dec15ae8ac6153038c9b994e6c4fc22045180
sd-bus: sync kdbus.h (ABI break)

After some reconsideration, we decided to move the binary protocol
back to 64-bit wide UIDs and GIDs. After all, it should be possible
to redefine [gu]id_t to uint64_t and things should continue to
work. As we want to avoid such data types in kdbus.h, let's move
back to 64-bit values and be safe.

In sd-bus, we have to do a translation between uint64_t and gid_t
now for supplementary gids.

Some inline comments have also been updated in kdbus upstream.
src/libsystemd/sd-bus/bus-control.c
src/libsystemd/sd-bus/bus-creds.c
src/libsystemd/sd-bus/bus-kernel.c
src/libsystemd/sd-bus/kdbus.h