From: Daniel P. Berrangé Date: Tue, 2 Apr 2019 09:58:20 +0000 (+0100) Subject: domtop: remove unused domain name parameter X-Git-Tag: v5.3.0-rc1~226 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=54fd8d5e52dc6fd77620c04ade398b79ad4bd84d;p=thirdparty%2Flibvirt.git domtop: remove unused domain name parameter Reviewed-by: Ján Tomko Signed-off-by: Daniel P. Berrangé --- diff --git a/examples/domtop/domtop.c b/examples/domtop/domtop.c index e1e7fbff8b..c9b51aed51 100644 --- a/examples/domtop/domtop.c +++ b/examples/domtop/domtop.c @@ -186,8 +186,7 @@ fetch_domains(virConnectPtr conn) } static void -print_cpu_usage(const char *dom_name, - size_t cpu, +print_cpu_usage(size_t cpu, size_t ncpus, unsigned long long then, virTypedParameterPtr then_params, @@ -333,7 +332,7 @@ do_top(virConnectPtr conn, goto cleanup; } - print_cpu_usage(dom_name, 0, max_id, + print_cpu_usage(0, max_id, then.tv_sec * 1000000 + then.tv_usec, then_params, then_nparams, now.tv_sec * 1000000 + now.tv_usec,