diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-06-23 10:06:34 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2017-01-16 09:15:25 +0100 |
commit | 65ce54f5e2abe58b6447457e1453a517ba8c91f8 (patch) | |
tree | 66d8fc0879a97688cbd6224097dd441dadf6c5b7 /qapi-schema.json | |
parent | eaea2bf72f0404abdb78c2914b56c3c299342830 (diff) |
qmp-commands: move 'add_client' 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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index 8744b1b774..a24e179991 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -89,6 +89,13 @@ # Returns: nothing on success. # # Since: 0.14.0 +# +# Example: +# +# -> { "execute": "add_client", "arguments": { "protocol": "vnc", +# "fdname": "myclient" } } +# <- { "return": {} } +# ## { 'command': 'add_client', 'data': { 'protocol': 'str', 'fdname': 'str', '*skipauth': 'bool', |