diff options
Diffstat (limited to 'qapi')
-rw-r--r-- | qapi/event.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qapi/event.json b/qapi/event.json index 215bb8076c..34e046769e 100644 --- a/qapi/event.json +++ b/qapi/event.json @@ -91,6 +91,12 @@ # which is sometimes called standby state # # Since: 1.1 +# +# Example: +# +# <- { "event": "SUSPEND", +# "timestamp": { "seconds": 1344456160, "microseconds": 309119 } } +# ## { 'event': 'SUSPEND' } |