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 --- lib/sysdeps.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/sysdeps.c') diff --git a/lib/sysdeps.c b/lib/sysdeps.c index 96292568..beb950e8 100644 --- a/lib/sysdeps.c +++ b/lib/sysdeps.c @@ -139,6 +139,9 @@ const _glibtop_init_func_t _glibtop_init_hook_p [] = { #if GLIBTOP_SUID_CPU _glibtop_init_cpu_p, #endif +#if GLIBTOP_SUID_DISK + _glibtop_init_disk_p, +#endif #if GLIBTOP_SUID_MEM _glibtop_init_mem_p, #endif -- cgit v1.2.1