Skip to content
Snippets Groups Projects
Commit 8ee9c782 authored by Kevin Pouget's avatar Kevin Pouget Committed by Frediano Ziglio
Browse files

protocol: Define an enumeration for Quality Indicator messages


These messages are used to transmit streaming quality indicators from
SPICE client to SPICE server.

The message data structure is defined in spice-common/spice.proto:

    message {
        Data data @to_ptr;
    } @declare quality_indicator;

Signed-off-by: default avatarKevin Pouget <kpouget@redhat.com>
Acked-by: default avatarFrediano Ziglio <fziglio@redhat.com>
parent dbbe765a
No related branches found
No related tags found
No related merge requests found
......@@ -468,6 +468,7 @@ enum {
SPICE_MSGC_MAIN_MIGRATE_END,
SPICE_MSGC_MAIN_MIGRATE_DST_DO_SEAMLESS,
SPICE_MSGC_MAIN_MIGRATE_CONNECTED_SEAMLESS,
SPICE_MSGC_MAIN_QUALITY_INDICATOR,
SPICE_MSGC_END_MAIN
};
......
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