aboutsummaryrefslogtreecommitdiff
path: root/include/ui
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2016-02-19 07:46:47 +0100
committerGerd Hoffmann <kraxel@redhat.com>2016-02-23 12:04:40 +0100
commit8e388e907b853ca42f5c8825042fa17b126d86de (patch)
treec5ae10ae73196bec61be096825382c200fbfc9ac /include/ui
parent474114b7305cc1be7c2ee8ba5267be159a9d56e3 (diff)
spice/gl: add unblock timer
Pure debug aid, print a warning in case unblocking doesn't happen within one second. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Diffstat (limited to 'include/ui')
-rw-r--r--include/ui/spice-display.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui/spice-display.h b/include/ui/spice-display.h
index 48dc8c4990..69a222b543 100644
--- a/include/ui/spice-display.h
+++ b/include/ui/spice-display.h
@@ -117,6 +117,7 @@ struct SimpleSpiceDisplay {
#ifdef HAVE_SPICE_GL
/* opengl rendering */
QEMUBH *gl_unblock_bh;
+ QEMUTimer *gl_unblock_timer;
int dmabuf_fd;
#endif
};