aboutsummaryrefslogtreecommitdiffstats
path: root/xd_store.c
diff options
context:
space:
mode:
authorkraxel <kraxel>2005-12-08 13:28:57 +0000
committerkraxel <kraxel>2005-12-08 13:28:57 +0000
commit479544600efd1dbb2b4bb1fff63a7f271c0819bc (patch)
tree454ee31a904d78d008c5cae63ed9966c36f29613 /xd_store.c
parente22cc1e84130dfe1086088c0452efc6596e5b855 (diff)
downloadxenwatch-479544600efd1dbb2b4bb1fff63a7f271c0819bc.tar.gz
- fix cpu display.
Diffstat (limited to 'xd_store.c')
-rw-r--r--xd_store.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xd_store.c b/xd_store.c
index a4f6c37..83a809e 100644
--- a/xd_store.c
+++ b/xd_store.c
@@ -82,8 +82,8 @@ static struct xs_data {
[ XEN_DOMS_COL_S_OSTYPE ] = { VM, G_TYPE_STRING, "image/ostype" },
[ XEN_DOMS_COL_I_MEM ] = { VM, G_TYPE_INT, "memory" },
[ XEN_DOMS_COL_I_MAXMEM ] = { VM, G_TYPE_INT, "maxmem" },
- [ XEN_DOMS_COL_I_CPUS ] = { VM, G_TYPE_INT, "vcpus" },
- [ XEN_DOMS_COL_I_MAXCPUS ] = { VM, G_TYPE_INT, "vcpu_avail" },
+ [ XEN_DOMS_COL_I_CPUS ] = { VM, G_TYPE_INT, "vcpu_avail" },
+ [ XEN_DOMS_COL_I_MAXCPUS ] = { VM, G_TYPE_INT, "vcpus" },
};
/* ------------------------------------------------------------------------- */