From a9c8343e83ec09f80a76930573b2592f97ae4283 Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Mon, 12 Jan 2015 18:15:18 +0100 Subject: sd-bus: sync kdbus.h (API break) Just a simple variable rename, and a dropped flag that sd-bus didn't make use of. --- src/libsystemd/sd-bus/kdbus.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/libsystemd/sd-bus/kdbus.h') diff --git a/src/libsystemd/sd-bus/kdbus.h b/src/libsystemd/sd-bus/kdbus.h index e9d9c9f31b..c238d79d58 100644 --- a/src/libsystemd/sd-bus/kdbus.h +++ b/src/libsystemd/sd-bus/kdbus.h @@ -566,7 +566,7 @@ struct kdbus_cmd_recv { __u64 return_flags; __s64 priority; __u64 dropped_msgs; - struct kdbus_msg_info reply; + struct kdbus_msg_info msg; struct kdbus_item items[0]; } __attribute__((aligned(8))); @@ -634,15 +634,12 @@ enum kdbus_policy_type { * a service * @KDBUS_HELLO_MONITOR: Special-purpose connection to monitor * bus traffic - * @KDBUS_HELLO_UNPRIVILEGED: Don't treat this connection as privileged once - * the bus connection was established. */ enum kdbus_hello_flags { KDBUS_HELLO_ACCEPT_FD = 1ULL << 0, KDBUS_HELLO_ACTIVATOR = 1ULL << 1, KDBUS_HELLO_POLICY_HOLDER = 1ULL << 2, KDBUS_HELLO_MONITOR = 1ULL << 3, - KDBUS_HELLO_UNPRIVILEGED = 1ULL << 4, }; /** -- cgit v1.2.3-54-g00ecf