summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-10-10 11:55:18 +0100
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-10-10 11:55:18 +0100
commit2a1fed807130ce03d0cc23d13ccc649824ed2978 (patch)
tree1b0e0d7578c0a80b41cb3fb4dc1c67d3aebce432
parentf109eab4393fcb55ecbb0a21d68436a5057a6b82 (diff)
downloadnode-startup-controller-2a1fed807130ce03d0cc23d13ccc649824ed2978.tar.gz
Adjust NSM Consumer D-Bus interface to match the real NSM
-rw-r--r--NEWS3
-rw-r--r--common/nsm-consumer-dbus.xml4
2 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index a1aa24a..4eeec71 100644
--- 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
=====
diff --git a/common/nsm-consumer-dbus.xml b/common/nsm-consumer-dbus.xml
index a2e242c..5d6fefb 100644
--- a/common/nsm-consumer-dbus.xml
+++ b/common/nsm-consumer-dbus.xml
@@ -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>