[Spice-devel] [PATCH 4/6] proto: Rename image_compress to image_compression
Marc-André Lureau
marcandre.lureau at redhat.com
Thu Mar 10 15:07:23 UTC 2016
From: Christophe Fergeau <cfergeau at redhat.com>
Re-using the SPICE_IMAGE_COMPRESS_ prefix in newer spice-protocol
releases is going to cause issues as there will be clashing enum members
in older spice-server releases. Using SPICE_IMAGE_COMPRESSION_ as a
prefix sidesteps these backward compability issues.
(cherry picked from spice-protocol commit e857cd9a378cdf56805b64284491a12af93a7cbf)
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 4ea1263..db015a5 100644
--- a/spice.proto
+++ b/spice.proto
@@ -361,7 +361,7 @@ enum8 image_type {
LZ4,
};
-enum8 image_compress {
+enum8 image_compression {
INVALID = 0,
OFF,
AUTO_GLZ,
--
2.5.0
More information about the Spice-devel
mailing list