Revert "Handle LVM and RAID"

This reverts commit 9cbb3b91f1.
This commit is contained in:
Michael Catanzaro
2020-11-06 09:52:00 -06:00
parent ea08151ae6
commit 30bf8d0418
6 changed files with 36 additions and 229 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);
}