summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2013-12-25 05:45:43 +0100
committerKay Sievers <kay@vrfy.org>2013-12-25 05:45:43 +0100
commit7e94edc2a43b9fdb3d9fc743ab1994c3d4a13d9f (patch)
tree5d9c88f75cf9f4f0ac4615d701d65845b1777d8b /src/libsystemd-bus
parent28f45c1c2ef7df305edbf1dba87fb8482d30b1a8 (diff)
bus: update kdbus.h
Diffstat (limited to 'src/libsystemd-bus')
-rw-r--r--src/libsystemd-bus/kdbus.h19
1 files changed, 10 insertions, 9 deletions
diff --git a/src/libsystemd-bus/kdbus.h b/src/libsystemd-bus/kdbus.h
index 8db165c9ab..71bf86d063 100644
--- a/src/libsystemd-bus/kdbus.h
+++ b/src/libsystemd-bus/kdbus.h
@@ -313,10 +313,11 @@ struct kdbus_item {
/**
* enum kdbus_msg_flags - type of message
- * @KDBUS_MSG_FLAGS_EXPECT_REPLY: Expect a reply message, used for method
- * calls. The userspace-supplied cookie identifies
- * the message and the respective reply
- * carries the cookie in cookie_reply
+ * @KDBUS_MSG_FLAGS_EXPECT_REPLY: Expect a reply message, used for
+ * method calls. The userspace-supplied
+ * cookie identifies the message and the
+ * respective reply carries the cookie
+ * in cookie_reply
* @KDBUS_MSG_FLAGS_NO_AUTO_START: Do not start a service, if the addressed
* name is not currently active
*/
@@ -328,7 +329,7 @@ enum kdbus_msg_flags {
/**
* enum kdbus_payload_type - type of payload carried by message
* @KDBUS_PAYLOAD_KERNEL: Kernel-generated simple message
- * @KDBUS_PAYLOAD_DBUS: D-Bus marshalling
+ * @KDBUS_PAYLOAD_DBUS: D-Bus marshalling
*/
enum kdbus_payload_type {
KDBUS_PAYLOAD_KERNEL,
@@ -342,11 +343,11 @@ enum kdbus_payload_type {
* @dst_id: 64-bit ID of the destination connection
* @src_id: 64-bit ID of the source connection
* @payload_type: Payload type (KDBUS_PAYLOAD_*)
- * @cookie: Userspace-supplied cookie to uniquely identify a
- * message, unsually all messages carry this
+ * @cookie: Userspace-supplied cookie, for the connection
+ * to identify its messages
* @cookie_reply: A reply to the message with the same cookie. The
- * reply itself has its own unique cookie, @cookie_reply
- * connects the reply to the request message.
+ * reply itself has its own cookie, @cookie_reply
+ * corresponds to the cookie of the request message
* @timeout_ns: For non-kernel-generated messages, this denotes the
* message timeout in nanoseconds. A message has to be
* received with KDBUS_CMD_MSG_RECV by the destination