diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-11-01 11:18:01 +0300 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2017-01-16 09:19:47 +0100 |
commit | c08d64434aea7b798c4a25d40db4021ca17a8588 (patch) | |
tree | b538386218bf88e9a17cca80b6119d0671616f5a /qapi-schema.json | |
parent | 7d1182d989f61ffbd6745112bd487611e2f40bc4 (diff) |
qmp-commands: move 'x-colo-lost-heartbeat' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r-- | qapi-schema.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index 7aeb0fa1e7..661f82b033 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -1157,6 +1157,12 @@ # then takes over server operation to become the service VM. # # Since: 2.8 +# +# Example: +# +# -> { "execute": "x-colo-lost-heartbeat" } +# <- { "return": {} } +# ## { 'command': 'x-colo-lost-heartbeat' } |