[systemd-commits] src/libsystemd-bus

Kay Sievers kay at kemper.freedesktop.org
Fri Nov 29 09:38:09 PST 2013


 src/libsystemd-bus/kdbus.h |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 8bd54e897c2a62866e6b15244e784a07ff2b2af4
Author: Kay Sievers <kay at vrfy.org>
Date:   Fri Nov 29 18:37:39 2013 +0100

    libsystemd-bus: catch up with latest kdbus changes

diff --git a/src/libsystemd-bus/kdbus.h b/src/libsystemd-bus/kdbus.h
index 941cb3f..d419772 100644
--- a/src/libsystemd-bus/kdbus.h
+++ b/src/libsystemd-bus/kdbus.h
@@ -36,14 +36,14 @@
 
 /* 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];
 };
 
-struct kdbus_manager_msg_id_change {
+struct kdbus_notify_id_change {
 	__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];
-		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;
 	};
 };
 



More information about the systemd-commits mailing list