diff options
author | Yonit Halperin <yhalperi@redhat.com> | 2010-07-12 14:16:31 +0300 |
---|---|---|
committer | Yonit Halperin <yhalperi@redhat.com> | 2010-07-14 12:16:23 +0300 |
commit | c90183da944001e466f60acb58a5052c353995ca (patch) | |
tree | be150b79a21c786d42afd371fde0cbd8c7d8b24b /server/red_worker.h | |
parent | b1761377d17c2c64cb52bf4c77972a122874eaf4 (diff) | |
download | spice-c90183da944001e466f60acb58a5052c353995ca.tar.gz spice-c90183da944001e466f60acb58a5052c353995ca.tar.xz spice-c90183da944001e466f60acb58a5052c353995ca.zip |
server: enabling/disabling jpeg and zlib-over-glz via spice command line args
Diffstat (limited to 'server/red_worker.h')
-rw-r--r-- | server/red_worker.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/red_worker.h b/server/red_worker.h index 6f87471b..ae2eaeec 100644 --- a/server/red_worker.h +++ b/server/red_worker.h @@ -89,6 +89,8 @@ typedef struct WorkerInitData { uint32_t num_renderers; uint32_t renderers[RED_MAX_RENDERERS]; spice_image_compression_t image_compression; + spice_wan_compression_t jpeg_state; + spice_wan_compression_t zlib_glz_state; int streaming_video; uint32_t num_memslots; uint32_t num_memslots_groups; |