summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-07-23 16:36:21 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2015-08-07 12:07:26 +0200
commite857cd9a378cdf56805b64284491a12af93a7cbf (patch)
treebc9217aa7d4e676ffeb8ddbe136cf91b78f59bf2
parent1830e216c447585afca6d02462f59720a80e8bbc (diff)
downloadspice-protocol-e857cd9a378cdf56805b64284491a12af93a7cbf.tar.gz
spice-protocol-e857cd9a378cdf56805b64284491a12af93a7cbf.tar.xz
spice-protocol-e857cd9a378cdf56805b64284491a12af93a7cbf.zip
proto: Rename image_compress to image_compression
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.
-rw-r--r--spice.proto2
1 files changed, 1 insertions, 1 deletions
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,