chiark / gitweb /
libsystemd-bus: catch up with latest kdbus changes
authorKay Sievers <kay@vrfy.org>
Fri, 29 Nov 2013 17:37:39 +0000 (18:37 +0100)
committerKay Sievers <kay@vrfy.org>
Fri, 29 Nov 2013 17:37:39 +0000 (18:37 +0100)
src/libsystemd-bus/kdbus.h

index 941cb3f8e2e654697e55c0a768b31a5b10b24368..d419772f52f96d7fb9d0a9917db6dd3e0624e887 100644 (file)
 
 /* Message sent from kernel to userspace, when the owner or starter of
  * a well-known name changes */
 
 /* Message sent from kernel to userspace, when the owner or starter of
  * a well-known name changes */
-struct kdbus_manager_msg_name_change {
+struct kdbus_notify_name_change {
        __u64 old_id;
        __u64 new_id;
        __u64 flags;                    /* 0 or (possibly?) KDBUS_NAME_IN_QUEUE */
        char name[0];
 };
 
        __u64 old_id;
        __u64 new_id;
        __u64 flags;                    /* 0 or (possibly?) KDBUS_NAME_IN_QUEUE */
        char name[0];
 };
 
-struct kdbus_manager_msg_id_change {
+struct kdbus_notify_id_change {
        __u64 id;
        __u64 flags;                    /* The kernel flags field from KDBUS_HELLO */
 };
        __u64 id;
        __u64 flags;                    /* The kernel flags field from KDBUS_HELLO */
 };
@@ -153,8 +153,8 @@ struct kdbus_item {
                /* specific fields */
                struct kdbus_memfd memfd;
                int fds[0];
                /* specific fields */
                struct kdbus_memfd memfd;
                int fds[0];
-               struct kdbus_manager_msg_name_change name_change;
-               struct kdbus_manager_msg_id_change id_change;
+               struct kdbus_notify_name_change name_change;
+               struct kdbus_notify_id_change id_change;
        };
 };
 
        };
 };