From 77adde638217112c9e080035197a76f4dc4af700 Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Tue, 9 Dec 2014 11:12:41 +0100 Subject: bus: sync with kdbus-git (ABI break) kdbus-git gained two new features: * memfd offsets: This allows to specify a 'start' offset in kdbus_memfd so you can send partial memfd hunks instead of always the full memfd * KDBUS_HELLO_UNPRIVILEGED: If passed during HELLO, the client will be treated as unprivileged. --- src/libsystemd/sd-bus/bus-message.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libsystemd/sd-bus/bus-message.h') diff --git a/src/libsystemd/sd-bus/bus-message.h b/src/libsystemd/sd-bus/bus-message.h index 571d42255..db5f90c5d 100644 --- a/src/libsystemd/sd-bus/bus-message.h +++ b/src/libsystemd/sd-bus/bus-message.h @@ -58,6 +58,7 @@ struct bus_body_part { size_t size; size_t mapped; size_t allocated; + size_t memfd_offset; int memfd; bool free_this:1; bool munmap_this:1; -- cgit v1.2.3