summaryrefslogtreecommitdiffstats
path: root/server/display-channel.h
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2015-11-19 13:42:43 +0000
committerFrediano Ziglio <fziglio@redhat.com>2015-11-20 09:49:49 +0000
commit5229613d515ea8020dac32123bb34af2ab41afe1 (patch)
tree2045f50204342c6dc23a09e7cd89f793a0432581 /server/display-channel.h
parent1f41c295d9bcd3871f140527b2bbe6cf12037cd8 (diff)
downloadspice-5229613d515ea8020dac32123bb34af2ab41afe1.tar.gz
spice-5229613d515ea8020dac32123bb34af2ab41afe1.tar.xz
spice-5229613d515ea8020dac32123bb34af2ab41afe1.zip
worker: move glz_drawable_count to DisplayChannel
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
Diffstat (limited to 'server/display-channel.h')
-rw-r--r--server/display-channel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/display-channel.h b/server/display-channel.h
index 69ceb3c3..7f3949f3 100644
--- a/server/display-channel.h
+++ b/server/display-channel.h
@@ -194,6 +194,8 @@ struct DisplayChannel {
_Drawable drawables[NUM_DRAWABLES];
_Drawable *free_drawables;
+ uint32_t glz_drawable_count;
+
int stream_video;
uint32_t stream_count;
Stream streams_buf[NUM_STREAMS];