1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-05 06:52:22 +03:00

kdbus: update header

This commit is contained in:
Kay Sievers 2014-07-31 23:08:44 +02:00
parent bd64a88fb0
commit e90b8642cd

View File

@ -481,9 +481,11 @@ enum kdbus_policy_type {
* a well-know name for a process to be started * a well-know name for a process to be started
* when traffic arrives * when traffic arrives
* @KDBUS_HELLO_POLICY_HOLDER: Special-purpose connection which registers * @KDBUS_HELLO_POLICY_HOLDER: Special-purpose connection which registers
* policy entries for one or multiple names. The * policy entries for a name. The provided name
* provided names are not activated, and are not * is not activated and not registered with the
* registered with the name database * name database, it only allows unprivileged
* connections to aquire a name, talk or discover
* a service
* @KDBUS_HELLO_MONITOR: Special-purpose connection to monitor * @KDBUS_HELLO_MONITOR: Special-purpose connection to monitor
* bus traffic * bus traffic
*/ */
@ -602,9 +604,7 @@ enum kdbus_name_flags {
* struct kdbus_cmd_name - struct to describe a well-known name * struct kdbus_cmd_name - struct to describe a well-known name
* @size: The total size of the struct * @size: The total size of the struct
* @flags: Flags for a name entry (KDBUS_NAME_*) * @flags: Flags for a name entry (KDBUS_NAME_*)
* @owner_id: The current owner of the name. For requests, * @owner_id: The current owner of the name.
* privileged users may set this field to
* (de)register names on behalf of other connections.
* @conn_flags: The flags of the owning connection (KDBUS_HELLO_*) * @conn_flags: The flags of the owning connection (KDBUS_HELLO_*)
* @name: The well-known name * @name: The well-known name
* *