diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2012-09-06 14:27:32 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-09-06 14:27:32 +0200 |
commit | cfada879e4d6006ea24ce33f31e3cc38f589dd6e (patch) | |
tree | 3b406fd1aba4f82299075ed3479421f16a41fb56 /vconsole.h | |
parent | 5f2eac8b54a35ba18a7a10cc90e79a07054a588d (diff) | |
download | vconsole-cfada879e4d6006ea24ce33f31e3cc38f589dd6e.tar.gz |
track whenever a domain is saved
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; |