aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstat/xentop
diff options
context:
space:
mode:
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-08-26 08:50:31 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-08-26 08:50:31 +0000
commitdbf45d274b316a56333a1e60973c579ca8cb2471 (patch)
treede4a244397c3aa02608a488ff0f3c84565883281 /tools/xenstat/xentop
parentd6ff39d0aefbdf62f1b57c936bd600e6d684deba (diff)
downloadxen-dbf45d274b316a56333a1e60973c579ca8cb2471.tar.gz
xen-dbf45d274b316a56333a1e60973c579ca8cb2471.tar.bz2
xen-dbf45d274b316a56333a1e60973c579ca8cb2471.zip
Update xentop to use new name for Xen version function.
Signed-off-by: Josh Triplett <josht@us.ibm.com> Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Diffstat (limited to 'tools/xenstat/xentop')
-rw-r--r--tools/xenstat/xentop/xentop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xenstat/xentop/xentop.c b/tools/xenstat/xentop/xentop.c
index c43891cc71..386e9326e9 100644
--- a/tools/xenstat/xentop/xentop.c
+++ b/tools/xenstat/xentop/xentop.c
@@ -604,7 +604,7 @@ void do_summary(void)
strftime(time_str, TIME_STR_LEN, TIME_STR_FORMAT,
localtime(&curtime.tv_sec));
num_domains = xenstat_node_num_domains(cur_node);
- ver_str = xenstat_node_xen_ver( cur_node);
+ ver_str = xenstat_node_xen_version(cur_node);
print("xentop - %s Xen %s\n", time_str, ver_str);
/* Tabulate what states domains are in for summary */