Revert "Revert "Handle LVM and RAID""

This reverts commit 30bf8d0418.
This commit is contained in:
James Dominic P. Guana
2021-04-10 18:20:13 +08:00
committed by Robert Roth
parent a067db0569
commit 48595809ed
6 changed files with 229 additions and 36 deletions

View File

@@ -72,9 +72,9 @@ glibtop_get_cpu(glibtop_cpu *buf)
*
*/
void
glibtop_get_cpu(glibtop_cpu *buf)
glibtop_get_cpu (glibtop_cpu *buf)
{
glibtop_get_cpu_l(glibtop_global_server, buf);
glibtop_get_cpu_l (glibtop_global_server, buf);
}