diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2012-09-20 16:33:40 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-09-20 16:33:40 +0200 |
commit | cd5051e45e0ef1a4cc05302836cbbcc9501ad02d (patch) | |
tree | d3d38cf768bbcfe5f028b38b43f880769443263e /vconsole.h | |
parent | d416090bc7bd01aad1e21dcd2af99dfc5ac5eda5 (diff) | |
download | vconsole-cd5051e45e0ef1a4cc05302836cbbcc9501ad02d.tar.gz |
add mem/vcpu sums to host line
Diffstat (limited to 'vconsole.h')
-rw-r--r-- | vconsole.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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, |