diff options
Diffstat (limited to 'src/proctable.h')
-rw-r--r-- | src/proctable.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/proctable.h b/src/proctable.h index aca6e19..a3dce05 100644 --- a/src/proctable.h +++ b/src/proctable.h @@ -48,6 +48,10 @@ enum COL_SESSION, COL_SEAT, COL_OWNER, + COL_DISK_WRITE_TOTAL, + COL_DISK_READ_TOTAL, + COL_DISK_WRITE_CURRENT, + COL_DISK_READ_CURRENT, COL_PRIORITY, COL_PIXBUF, COL_POINTER, |