diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-06-23 16:30:33 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2017-01-16 09:19:49 +0100 |
commit | 659789ba365bfc99210adf5347a28dc3f977e727 (patch) | |
tree | dac00de5c93d2ddc2542f8e4a5a847347dd93711 /qapi/event.json | |
parent | 99ab2471a438ec3f9041c80cbdd412f19949cc18 (diff) |
qmp-events: move 'VNC_DISCONNECTED' 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/event.json')
-rw-r--r-- | qapi/event.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qapi/event.json b/qapi/event.json index 72edcba24d..9f380ee2b4 100644 --- a/qapi/event.json +++ b/qapi/event.json @@ -293,6 +293,17 @@ # @client: client information # # Since: 0.13.0 +# +# Example: +# +# <- { "event": "VNC_DISCONNECTED", +# "data": { +# "server": { "auth": "sasl", "family": "ipv4", +# "service": "5901", "host": "0.0.0.0" }, +# "client": { "family": "ipv4", "service": "58425", +# "host": "127.0.0.1", "sasl_username": "luiz" } }, +# "timestamp": { "seconds": 1262976601, "microseconds": 975795 } } +# ## { 'event': 'VNC_DISCONNECTED', 'data': { 'server': 'VncServerInfo', |