summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus/kdbus.h
diff options
context:
space:
mode:
authorDaniel Mack <zonque@gmail.com>2013-12-03 14:38:53 +0100
committerDaniel Mack <zonque@gmail.com>2013-12-03 14:38:53 +0100
commit89fbb95e03dbaf6762a8d83c7dd544b387e9314e (patch)
tree6a29ec0955da47d9bb2b80db0faf94d21e2d7392 /src/libsystemd-bus/kdbus.h
parentcde360cd5de39fb910ebfcc0839f8c3fa465ef8b (diff)
libsystemd-bus: catch up with latest kdbus changes
Diffstat (limited to 'src/libsystemd-bus/kdbus.h')
-rw-r--r--src/libsystemd-bus/kdbus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libsystemd-bus/kdbus.h b/src/libsystemd-bus/kdbus.h
index 09a73fa109..1a294f61d1 100644
--- a/src/libsystemd-bus/kdbus.h
+++ b/src/libsystemd-bus/kdbus.h
@@ -452,6 +452,7 @@ enum {
/**
* struct kdbus_cmd_name_list - request a list of name entries
+ * @size Total size of the struct
* @flags: Flags for the query (KDBUS_NAME_LIST_*)
* @offset: The returned offset in the caller's pool buffer.
* The user must use KDBUS_CMD_FREE to free the
@@ -463,6 +464,7 @@ enum {
* Refer to the documentation for more information.
*/
struct kdbus_cmd_name_list {
+ __u64 size;
__u64 flags;
__u64 offset;
char name[0];