Signed-off-by: Djalal Harouni <tixxdz@opendz.org>
* @offset: Returned offset in the caller's pool buffer where the
* kdbus_info struct result is stored. The user must
* use KDBUS_CMD_FREE to free the allocated memory.
- * @name: The optional well-known name to look up. Only needed in
- * case @id is zero.
+ * @items: The optional item list, containing the
+ * well-known name to look up as a KDBUS_ITEM_NAME.
+ * Only needed in case @id is zero.
*
* On success, the KDBUS_CMD_CONN_INFO ioctl will return 0 and @offset will
* tell the user the offset in the connection pool buffer at which to find the
information inside the caller's pool.
struct kdbus_item items[0];
- The name of the connection to retrieve information for, stored in an item
- of type KDBUS_ITEM_NAME. Only required at if the 'id' field is set to 0.
+ The optional item list, containing the well-known name to look up as
+ a KDBUS_ITEM_NAME. Only required if the 'id' field is set to 0.
All other items are currently ignored.
};