Adjust NSM Consumer D-Bus interface to match the real NSM
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>
Wed, 10 Oct 2012 10:55:18 +0000 (11:55 +0100)
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>
Tue, 16 Oct 2012 14:57:30 +0000 (15:57 +0100)
NEWS
common/nsm-consumer-dbus.xml

diff --git a/NEWS b/NEWS
index a1aa24a..4eeec71 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
-1.0.1
+x.y.z
 =====
 * Make systemd respond to "READY" notifications from the NSC (GT-2212)
+* Adjust D-Bus interface definitions to match the Node State Manager.
 
 1.0.0
 =====
index a2e242c..5d6fefb 100644 (file)
@@ -30,7 +30,7 @@
     <method name="RegisterShutdownClient">
       <arg name="BusName" direction="in" type="s"/>
       <arg name="ObjName" direction="in" type="s"/>
-      <arg name="ShutdownMode" direction="in" type="i"/>
+      <arg name="ShutdownMode" direction="in" type="u"/>
       <arg name="TimeoutMs" direction="in" type="u"/>
       <arg name="ErrorCode" direction="out" type="i"/>
     </method>
@@ -51,7 +51,7 @@
     <method name="UnRegisterShutdownClient">
       <arg name="BusName" direction="in" type="s"/>
       <arg name="ObjName" direction="in" type="s"/>
-      <arg name="ShutdownMode" direction="in" type="i"/>
+      <arg name="ShutdownMode" direction="in" type="u"/>
       <arg name="ErrorCode" direction="out" type="i"/>
     </method>