diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-06-23 13:37:08 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2017-01-16 09:15:29 +0100 |
commit | f5ad8e87c737996abe5e61124dc07adb2b610dac (patch) | |
tree | 2526da2e7d0c7a1a2689d6961a93550f2e014d55 /qapi-schema.json | |
parent | 179bf59a3aeccf2350e054e24a232a1b69e9a27b (diff) |
qmp-commands: move 'closefd' 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 b4dacd415d..b5c01367e4 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -4015,6 +4015,12 @@ # Returns: Nothing on success # # Since: 0.14.0 +# +# Example: +# +# -> { "execute": "closefd", "arguments": { "fdname": "fd1" } } +# <- { "return": {} } +# ## { 'command': 'closefd', 'data': {'fdname': 'str'} } |