summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-bus/kdbus.h
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2014-04-22 22:52:19 +0200
committerKay Sievers <kay@vrfy.org>2014-04-22 22:52:19 +0200
commit26e376bfe34ba6caa04723b9200e9deace8e6c9f (patch)
tree1ea2942702a1e2f55888346dcc68dfe9914b5faf /src/libsystemd/sd-bus/kdbus.h
parentcc544d5fb4c85e5645e3db7fbb34474674a3ac98 (diff)
bus: remove "on behalf" kdbus logic (ABI break)
Diffstat (limited to 'src/libsystemd/sd-bus/kdbus.h')
-rw-r--r--src/libsystemd/sd-bus/kdbus.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/libsystemd/sd-bus/kdbus.h b/src/libsystemd/sd-bus/kdbus.h
index 174a1c323..b8861ceb0 100644
--- a/src/libsystemd/sd-bus/kdbus.h
+++ b/src/libsystemd/sd-bus/kdbus.h
@@ -716,8 +716,6 @@ struct kdbus_cmd_update {
/**
* struct kdbus_cmd_match - struct to add or remove matches
* @size: The total size of the struct
- * @owner_id: Privileged users may (de)register matches on behalf
- * of other peers
* @cookie: Userspace supplied cookie. When removing, the cookie
* identifies the match to remove
* @items: A list of items for additional information
@@ -727,7 +725,6 @@ struct kdbus_cmd_update {
*/
struct kdbus_cmd_match {
__u64 size;
- __u64 owner_id;
__u64 cookie;
struct kdbus_item items[0];
} __attribute__((aligned(8)));
@@ -922,7 +919,7 @@ enum kdbus_ioctl_type {
* size.
* @ENOBUFS: There is no space left for the submitted data to fit
* into the receiver's pool.
- * @ENOENT: The to be canceled message was not found.
+ * @ENOENT: The to be cancelled message was not found.
* @ENOMEM: Out of memory.
* @ENOMSG: The queue is not empty, but no message with a matching
* priority is currently queued.