diff options
Diffstat (limited to 'vconsole.h')
-rw-r--r-- | vconsole.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -76,6 +76,7 @@ struct vconsole_domain { GtkWidget *vbox, *vte, *status; virStreamPtr stream; virDomainInfo info; + gboolean saved; FILE *logfp; char *logname; |