kdbus.h: add KDBUS_HELLO_ACCEPT_MEMFD (ABI break)
authorDaniel Mack <daniel@zonque.org>
Tue, 14 Oct 2014 17:53:23 +0000 (19:53 +0200)
committerDaniel Mack <daniel@zonque.org>
Tue, 14 Oct 2014 18:03:45 +0000 (20:03 +0200)
commit549afd6bcbf9b8ba09ec1c496f73db11ff57e220
tree41a8f597e82102b3f8d1606be9bce549bf86ecfa
parentb29abaa5ccea0025b837a78444d06377d8bcfc4d
kdbus.h: add KDBUS_HELLO_ACCEPT_MEMFD (ABI break)

Add another flags to the connection's flags to denote whether it
want to receive memfds. Reject messages with -ECOMM if it contains
a memfd if the receiver can't cope with it.

Signed-off-by: Daniel Mack <daniel@zonque.org>
connection.c
kdbus.h
test/kdbus-util.c
test/test-connection.c
tools/kdbus-monitor.c