From 26e376bfe34ba6caa04723b9200e9deace8e6c9f Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Tue, 22 Apr 2014 22:52:19 +0200 Subject: bus: remove "on behalf" kdbus logic (ABI break) --- src/libsystemd/sd-bus/kdbus.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/libsystemd/sd-bus/kdbus.h') diff --git a/src/libsystemd/sd-bus/kdbus.h b/src/libsystemd/sd-bus/kdbus.h index 174a1c3236..b8861ceb01 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. -- cgit v1.2.3-54-g00ecf