[systemd-commits] src/libsystemd
Daniel Mack
zonque at kemper.freedesktop.org
Tue Sep 23 08:37:55 PDT 2014
src/libsystemd/sd-bus/kdbus.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 590889ac53c8557493f491b4259669e54074615d
Author: Daniel Mack <daniel at zonque.org>
Date: Tue Sep 23 17:37:44 2014 +0200
sd-bus: sync kdbus.h
diff --git a/src/libsystemd/sd-bus/kdbus.h b/src/libsystemd/sd-bus/kdbus.h
index b167c4d..77a153b 100644
--- a/src/libsystemd/sd-bus/kdbus.h
+++ b/src/libsystemd/sd-bus/kdbus.h
@@ -45,8 +45,8 @@ struct kdbus_notify_id_change {
/**
* struct kdbus_notify_name_change - name registry change message
- * @old: ID and flags of former owner of a name
- * @now: ID and flags of new owner of a name
+ * @old_id: ID and flags of former owner of a name
+ * @new_id: ID and flags of new owner of a name
* @name: Well-known name
*
* Sent from kernel to userspace when the owner or activator of
More information about the systemd-commits
mailing list