summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Mack <zonque@gmail.com>2013-11-30 19:23:16 +0100
committerDaniel Mack <zonque@gmail.com>2013-11-30 19:23:16 +0100
commitb57bdedc87c763aba1b5e8dc5396bfa3ac7d5086 (patch)
treef2ed99315ab76c67727320d02f984f8dc4765971 /src
parent9bd37b40fac198fee2ff4eabc8793f1a7f2770fe (diff)
libsystemd-bus: sync kdbus.h
Diffstat (limited to 'src')
-rw-r--r--src/libsystemd-bus/kdbus.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/libsystemd-bus/kdbus.h b/src/libsystemd-bus/kdbus.h
index 564072eaf6..23d3c13668 100644
--- a/src/libsystemd-bus/kdbus.h
+++ b/src/libsystemd-bus/kdbus.h
@@ -103,6 +103,7 @@ enum {
/* Filled in by kernelspace */
_KDBUS_ITEM_ATTACH_BASE = 0x400,
KDBUS_ITEM_NAMES = 0x400,/* NUL separated string list with well-known names of source */
+ KDBUS_ITEM_STARTER_NAME, /* Only used in HELLO for starter connection */
KDBUS_ITEM_TIMESTAMP, /* .timestamp */
/* when appended to a message, the following items refer to the sender */
@@ -401,10 +402,13 @@ struct kdbus_cmd_match {
};
/* KDBUS_CMD_MONITOR */
+enum {
+ KDBUS_MONITOR_ENABLE = 1 << 0,
+};
+
struct kdbus_cmd_monitor {
__u64 id; /* We allow setting the monitor flag of other peers */
- unsigned int enable; /* A boolean to enable/disable monitoring */
- __u32 __pad;
+ __u64 flags;
};
enum {