for /proc/diskstats
This commit is contained in:
parent
26a72a811b
commit
692e2010f2
|
@ -32,7 +32,8 @@ typedef struct {
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
IOSTAT_NONE,
|
IOSTAT_NONE,
|
||||||
IOSTAT_PARTITIONS,
|
IOSTAT_PARTITIONS, /* 2.4 */
|
||||||
|
IOSTAT_DISKSTATS, /* 2.6 */
|
||||||
IOSTAT_SYS /* 2.6 */
|
IOSTAT_SYS /* 2.6 */
|
||||||
} linux_iostat_e;
|
} linux_iostat_e;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue