aboutsummaryrefslogtreecommitdiff
path: root/qapi/event.json
diff options
context:
space:
mode:
Diffstat (limited to 'qapi/event.json')
-rw-r--r--qapi/event.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/qapi/event.json b/qapi/event.json
index 0cd4b79..6e8fd1a 100644
--- a/qapi/event.json
+++ b/qapi/event.json
@@ -14,6 +14,12 @@
# not exit, and a STOP event will eventually follow the SHUTDOWN event
#
# Since: 0.12.0
+#
+# Example:
+#
+# <- { "event": "SHUTDOWN",
+# "timestamp": { "seconds": 1267040730, "microseconds": 682951 } }
+#
##
{ 'event': 'SHUTDOWN' }