diff options
author | Corentin Chary <corentincj@iksaif.net> | 2010-05-19 09:24:05 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-06-01 12:53:09 -0500 |
commit | 9f643ec0f81c1836ce55319709dd387e27c55d3b (patch) | |
tree | f6ca69f720011fb0215794f19faf265ae4a6ab29 /vnc.h | |
parent | b05ad290e2a5d9074179fede31d54371e1a09a6a (diff) |
vnc: adjust compression zstream level
Adjust zlib compression level if needed by calling deflateParams.
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'vnc.h')
-rw-r--r-- | vnc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -178,6 +178,7 @@ struct VncState Buffer zlib; Buffer zlib_tmp; z_stream zlib_stream; + int zlib_level; Notifier mouse_mode_notifier; |