From: cl349@firebug.cl.cam.ac.uk Date: Fri, 26 Aug 2005 08:50:31 +0000 (+0000) Subject: Update xentop to use new name for Xen version function. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16837 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=dbf45d274b316a56333a1e60973c579ca8cb2471;p=xen.git Update xentop to use new name for Xen version function. Signed-off-by: Josh Triplett Signed-off-by: Christian Limpach --- 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 */