summaryrefslogtreecommitdiffstats
path: root/server/red_dispatcher.h
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-07-10 11:13:53 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2015-07-29 17:40:48 +0200
commitde66161c6e3f99a1ae140b74d25171b3a24780e9 (patch)
treea13fe01d3fca72a89e9c71b19c810c844d4192f7 /server/red_dispatcher.h
parent04d9d790132127ae3b70dd86c1a7e914498d9dab (diff)
downloadspice-de66161c6e3f99a1ae140b74d25171b3a24780e9.tar.gz
spice-de66161c6e3f99a1ae140b74d25171b3a24780e9.tar.xz
spice-de66161c6e3f99a1ae140b74d25171b3a24780e9.zip
Adjust to new SpiceImageCompress name
This has been renamed to SpiceImageCompression in order to avoid clashes with older spice-server in the SPICE_IMAGE_COMPRESS_ namespace. This commit is a straight rename of SpiceImageCompress to SpiceImageCompression and SPICE_IMAGE_COMPRESS_ to SPICE_IMAGE_COMPRESSION_
Diffstat (limited to 'server/red_dispatcher.h')
-rw-r--r--server/red_dispatcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/red_dispatcher.h b/server/red_dispatcher.h
index b29cb8b1..320b7e33 100644
--- a/server/red_dispatcher.h
+++ b/server/red_dispatcher.h
@@ -167,7 +167,7 @@ typedef struct RedWorkerMessageLoadvmCommands {
} RedWorkerMessageLoadvmCommands;
typedef struct RedWorkerMessageSetCompression {
- SpiceImageCompress image_compression;
+ SpiceImageCompression image_compression;
} RedWorkerMessageSetCompression;
typedef struct RedWorkerMessageSetStreamingVideo {