Skip to content
Snippets Groups Projects
Commit dac318d3 authored by Victor Toso's avatar Victor Toso Committed by Markus Armbruster
Browse files

qapi: fix example of NIC_RX_FILTER_CHANGED event


Example output has an extra ending curly bracket. Fix it.

Problem was noticed when trying to load the example into python's json
library.

Signed-off-by: default avatarVictor Toso <victortoso@redhat.com>
Message-Id: <20220901085840.22520-6-victortoso@redhat.com>
Signed-off-by: default avatarMarkus Armbruster <armbru@redhat.com>
parent ccc9ddbc
No related branches found
No related tags found
No related merge requests found
......@@ -757,7 +757,6 @@
# "data": { "name": "vnet0",
# "path": "/machine/peripheral/vnet0/virtio-backend" },
# "timestamp": { "seconds": 1368697518, "microseconds": 326866 } }
# }
#
##
{ 'event': 'NIC_RX_FILTER_CHANGED',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment