aboutsummaryrefslogtreecommitdiffstats
path: root/vconsole.h
diff options
context:
space:
mode:
Diffstat (limited to 'vconsole.h')
-rw-r--r--vconsole.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/vconsole.h b/vconsole.h
index 6d7c518..c637bb3 100644
--- a/vconsole.h
+++ b/vconsole.h
@@ -28,13 +28,16 @@ enum vconsole_cols {
/* guests only */
DPTR_COL, // vconsole_domain
ID_COL,
- RUNNING_COL,
STATE_COL,
NR_CPUS_COL,
LOAD_STR_COL,
LOAD_INT_COL,
MEMORY_COL,
+ /* flags */
+ IS_RUNNING_COL,
+ HAS_MEMCPU_COL,
+
/* beautify */
FOREGROUND_COL,
WEIGHT_COL,