ia64/xen-unstable
changeset 6443:48202c7c709a
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>
Signed-off-by: Josh Triplett <josht@us.ibm.com>
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
author | cl349@firebug.cl.cam.ac.uk |
---|---|
date | Fri Aug 26 08:50:31 2005 +0000 (2005-08-26) |
parents | a032aca565a3 |
children | 9312a3e8a6f8 |
files | tools/xenstat/xentop/xentop.c |
line diff
1.1 --- a/tools/xenstat/xentop/xentop.c Fri Aug 26 08:50:02 2005 +0000 1.2 +++ b/tools/xenstat/xentop/xentop.c Fri Aug 26 08:50:31 2005 +0000 1.3 @@ -604,7 +604,7 @@ void do_summary(void) 1.4 strftime(time_str, TIME_STR_LEN, TIME_STR_FORMAT, 1.5 localtime(&curtime.tv_sec)); 1.6 num_domains = xenstat_node_num_domains(cur_node); 1.7 - ver_str = xenstat_node_xen_ver( cur_node); 1.8 + ver_str = xenstat_node_xen_version(cur_node); 1.9 print("xentop - %s Xen %s\n", time_str, ver_str); 1.10 1.11 /* Tabulate what states domains are in for summary */