chiark / gitweb /
bus: make sd_bus_request_name() and sd_bus_release_name() behave more like other...
[elogind.git] / src / libsystemd-bus / kdbus.h
index 09a73fa1093ccf96c13e1fffafce17fb53e01d8b..1a294f61d1fc1c00ab359ea4c80fe8d051651ea8 100644 (file)
@@ -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];