[Spice-devel] [PATCH 5/6] proto: Use proper type for preferred_compression field

Marc-André Lureau marcandre.lureau at redhat.com
Thu Mar 10 15:07:24 UTC 2016


From: Christophe Fergeau <cfergeau at redhat.com>

No need to use an uint8 typed member, we can directly use the
appropriate enum8 type here, which makes everything more explicit.

(cherry picked from spice-protocol commit 8a3def14e35039753097094ba356e85e8fc2d128)

Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>
---
 spice.proto | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spice.proto b/spice.proto
index db015a5..3bca900 100644
--- a/spice.proto
+++ b/spice.proto
@@ -935,7 +935,7 @@ channel DisplayChannel : BaseChannel {
     } stream_report;
 
     message {
-        uint8 image_compression;
+        image_compression image_compression;
     } preferred_compression;
 };
 
-- 
2.5.0



More information about the Spice-devel mailing list