summaryrefslogtreecommitdiff
path: root/glibtop.h
diff options
context:
space:
mode:
authorJames Dominic P. Guana <guana.histark@gmail.com>2020-05-26 10:57:48 +0800
committerRobert Roth <robert.roth.off@gmail.com>2020-11-04 13:38:03 +0000
commit9cbb3b91f11ad0c4944a1428d609201c054cffab (patch)
tree2456ecc117edf25ce43fecf625946a40e72007f6 /glibtop.h
parent9e62440b314fbf87bbeca865a4223311314c52a3 (diff)
downloadlibgtop-9cbb3b91f11ad0c4944a1428d609201c054cffab.tar.gz
Handle LVM and RAID
Diffstat (limited to 'glibtop.h')
-rw-r--r--glibtop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glibtop.h b/glibtop.h
index 804294da..c196818c 100644
--- a/glibtop.h
+++ b/glibtop.h
@@ -80,7 +80,7 @@ struct _glibtop
int socket; /* Accepted connection of a socket */
int ncpu; /* Number of CPUs, zero if single-processor */
int real_ncpu; /* Real number of CPUs. Only ncpu are monitored */
- int ndisk; /* Number of DISKs, zero if single-disk */
+ int ndisk; /* Number of DISKs, zero if single-disk */
int real_ndisk; /* Number of PHYSICAL DISKs. Only ncpu is monitored */
unsigned long os_version_code; /* Version code of the operating system */
const char *name; /* Program name for error messages */