aboutsummaryrefslogtreecommitdiffstats
path: root/vconsole.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2013-06-14 09:29:25 +0200
committerGerd Hoffmann <kraxel@redhat.com>2013-06-14 09:29:25 +0200
commitb5933da90c6c3b33486428e4a8c78a84d4350caf (patch)
tree4e85f79386f27a9f7a8e928ce5d4d83e84f77319 /vconsole.h
parent4dd64902cc41ecf28cac0053063d8cbd4c83562d (diff)
downloadvconsole-b5933da90c6c3b33486428e4a8c78a84d4350caf.tar.gz
a bunch of tweaks for lxc
Diffstat (limited to 'vconsole.h')
-rw-r--r--vconsole.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/vconsole.h b/vconsole.h
index 1a47b82..2025e83 100644
--- a/vconsole.h
+++ b/vconsole.h
@@ -25,6 +25,7 @@ enum vconsole_cols {
/* hosts only */
CPTR_COL, // vconsole_connect
+ TYPE_COL,
URI_COL,
/* guests only */
@@ -88,6 +89,9 @@ struct vconsole_connect {
GtkWidget *warn;
GtkWidget *err;
GtkWidget *info;
+ gboolean cap_migration;
+ gboolean cap_start_paused;
+ gboolean cap_console_force;
};
struct vconsole_connect *connect_init(struct vconsole_window *win,