[systemd-commits] src/libsystemd-bus
Kay Sievers
kay at kemper.freedesktop.org
Thu Nov 21 11:27:56 PST 2013
src/libsystemd-bus/kdbus.h | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit 29db78811db523caf53e873db539a48a1337d652
Author: Kay Sievers <kay at vrfy.org>
Date: Thu Nov 21 20:16:56 2013 +0100
bus: update kdbus.h
diff --git a/src/libsystemd-bus/kdbus.h b/src/libsystemd-bus/kdbus.h
index 6e21b72..9b41638 100644
--- a/src/libsystemd-bus/kdbus.h
+++ b/src/libsystemd-bus/kdbus.h
@@ -346,8 +346,13 @@ struct kdbus_cmd_name {
char name[0];
};
+enum {
+ KDBUS_NAME_LIST_UNIQUE_NAMES = 1 << 0,
+};
+
struct kdbus_cmd_names {
__u64 size;
+ __u64 flags;
struct kdbus_cmd_name names[0];
};
More information about the systemd-commits
mailing list