aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/event-nest-struct.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/event-nest-struct.json')
-rw-r--r--tests/qapi-schema/event-nest-struct.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/qapi-schema/event-nest-struct.json b/tests/qapi-schema/event-nest-struct.json
index ee6f3ecb6f..328e0a64d3 100644
--- a/tests/qapi-schema/event-nest-struct.json
+++ b/tests/qapi-schema/event-nest-struct.json
@@ -1,2 +1,6 @@
+##
+# @EVENT_A:
+# event-nest-struct
+##
{ 'event': 'EVENT_A',
'data': { 'a' : { 'string' : 'str', 'integer': 'int' }, 'b' : 'str' } }