From 7396970afe2290488fd072612a650353dd13a16d Mon Sep 17 00:00:00 2001 From: "James Dominic P. Guana" Date: Tue, 26 May 2020 18:53:49 +0800 Subject: Code clean up and add example --- sysdeps/common/default.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/common/default.c') diff --git a/sysdeps/common/default.c b/sysdeps/common/default.c index 653a4f5a..ff6c3ecd 100644 --- a/sysdeps/common/default.c +++ b/sysdeps/common/default.c @@ -72,9 +72,9 @@ glibtop_get_cpu(glibtop_cpu *buf) * */ void -glibtop_get_cpu (glibtop_cpu *buf) +glibtop_get_disk (glibtop_disk *buf) { - glibtop_get_cpu_l (glibtop_global_server, buf); + glibtop_get_disk_l (glibtop_global_server, buf); } -- cgit v1.2.1