diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2012-11-14 09:06:29 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-11-14 09:06:29 +0100 |
commit | d23d8dc6ecedffdada63f6aa2ffa8554e4af0115 (patch) | |
tree | f5aa7c66ae8b10e0230f9826ec4efef8ecd2ba50 /vconsole.h | |
parent | 34889bb7ab5674df21fdba3d5f913c99707f1a42 (diff) | |
download | vconsole-d23d8dc6ecedffdada63f6aa2ffa8554e4af0115.tar.gz |
start paused, unpause after connect
Diffstat (limited to 'vconsole.h')
-rw-r--r-- | vconsole.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -105,6 +105,7 @@ struct vconsole_domain { virStreamPtr stream; virDomainInfo info; gboolean saved; + gboolean unpause; struct timeval ts; struct timeval last_ts; |