aboutsummaryrefslogtreecommitdiffstats
path: root/vconsole.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2012-09-06 14:27:32 +0200
committerGerd Hoffmann <kraxel@redhat.com>2012-09-06 14:27:32 +0200
commitcfada879e4d6006ea24ce33f31e3cc38f589dd6e (patch)
tree3b406fd1aba4f82299075ed3479421f16a41fb56 /vconsole.h
parent5f2eac8b54a35ba18a7a10cc90e79a07054a588d (diff)
downloadvconsole-cfada879e4d6006ea24ce33f31e3cc38f589dd6e.tar.gz
track whenever a domain is saved
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 e39b97d..f0870a2 100644
--- a/vconsole.h
+++ b/vconsole.h
@@ -76,6 +76,7 @@ struct vconsole_domain {
GtkWidget *vbox, *vte, *status;
virStreamPtr stream;
virDomainInfo info;
+ gboolean saved;
FILE *logfp;
char *logname;