From cfada879e4d6006ea24ce33f31e3cc38f589dd6e Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 6 Sep 2012 14:27:32 +0200 Subject: track whenever a domain is saved --- vconsole.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vconsole.h') 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; -- cgit