[Spice-devel] [spice-common 2/2] proto: Use proper type for preferred_compression field
Christophe Fergeau
cfergeau at redhat.com
Thu Jul 23 07:36:22 PDT 2015
No need to use an uint8 typed member, we can directly use the
appropriate enum8 type here, which makes everything more explicit.
---
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.4.3
More information about the Spice-devel
mailing list