aboutsummaryrefslogtreecommitdiffstats
path: root/vconsole.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2012-11-14 09:06:29 +0100
committerGerd Hoffmann <kraxel@redhat.com>2012-11-14 09:06:29 +0100
commitd23d8dc6ecedffdada63f6aa2ffa8554e4af0115 (patch)
treef5aa7c66ae8b10e0230f9826ec4efef8ecd2ba50 /vconsole.h
parent34889bb7ab5674df21fdba3d5f913c99707f1a42 (diff)
downloadvconsole-d23d8dc6ecedffdada63f6aa2ffa8554e4af0115.tar.gz
start paused, unpause after connect
Diffstat (limited to 'vconsole.h')
-rw-r--r--vconsole.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vconsole.h b/vconsole.h
index fe92c8e..513d5e1 100644
--- a/vconsole.h
+++ b/vconsole.h
@@ -105,6 +105,7 @@ struct vconsole_domain {
virStreamPtr stream;
virDomainInfo info;
gboolean saved;
+ gboolean unpause;
struct timeval ts;
struct timeval last_ts;