for /proc/diskstats

This commit is contained in:
Doug MacEachern 2005-05-06 23:50:27 +00:00
parent 26a72a811b
commit 692e2010f2
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ typedef struct {
typedef enum {
IOSTAT_NONE,
IOSTAT_PARTITIONS,
IOSTAT_PARTITIONS, /* 2.4 */
IOSTAT_DISKSTATS, /* 2.6 */
IOSTAT_SYS /* 2.6 */
} linux_iostat_e;