Commit 900cbbde authored by Markus Armbruster's avatar Markus Armbruster
Browse files

qapi: Belatedly update docs for commit 9c2f56e9



Signed-off-by: default avatarMarkus Armbruster <armbru@redhat.com>
Message-Id: <20181218182234.28876-2-armbru@redhat.com>
Reviewed-by: default avatarMarc-André Lureau <marcandre.lureau@redhat.com>
parent f6b06fcc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1369,8 +1369,8 @@ Example:
    void qapi_event_send_my_event(void);

    typedef enum example_QAPIEvent {
        EXAMPLE_QAPI_EVENT_MY_EVENT = 0,
        EXAMPLE_QAPI_EVENT__MAX = 1,
        EXAMPLE_QAPI_EVENT_MY_EVENT,
        EXAMPLE_QAPI_EVENT__MAX,
    } example_QAPIEvent;

    #define example_QAPIEvent_str(val) \