summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Pouget <kpouget@redhat.com>2019-08-22 15:17:50 +0200
committerFrediano Ziglio <fziglio@redhat.com>2019-11-08 14:35:44 +0000
commit8ee9c7822cf3dcd5187a46e784f7a8e3473b51f5 (patch)
tree1f873d1ad5c7380278a3ea7d5ef081e30c0bdfcd
parentdbbe765a7eb0f31da02f17fb2960ef816014d5c3 (diff)
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: Kevin Pouget <kpouget@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
-rw-r--r--spice/enums.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/spice/enums.h b/spice/enums.h
index 172cc4d..e88c1b1 100644
--- a/spice/enums.h
+++ b/spice/enums.h
@@ -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
};