Skip to content

Commit

Permalink
Merge pull request #12 from MartinOST/fix_xenvm
Browse files Browse the repository at this point in the history
Update for the xenvm.xml file to correctly refer to a list of three i…
  • Loading branch information
rossphilipson committed Jan 11, 2016
2 parents 816453e + 136ba47 commit 31f67e2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion interfaces/xenvm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@
<interface name="xenvm.signal.notify">
<signal name="notify">
<tp:docstring>Signals a VM state change.</tp:docstring>
<arg name="vmstate" type="as" />
<arg name="uuid" type="s">
<tp:docstring>UUID of VM to signal.</tp:docstring>
</arg>
<arg name="mem_size" type="i">
<tp:docstring>Mem size in pages.</tp:docstring>
</arg>
<arg name="vmstate" type="s">
<tp:docstring>State of the VM.</tp:docstring>
</arg>
</signal>
</interface>

Expand Down

0 comments on commit 31f67e2

Please sign in to comment.