diff options
author | Jens Axboe <axboe@suse.de> | 2006-01-13 15:05:30 +0100 |
---|---|---|
committer | Jens Axboe <axboe@suse.de> | 2006-01-13 15:05:30 +0100 |
commit | 4054070af867f170e7cf85f1cb3cf4f0a3f138d8 (patch) | |
tree | 25d40c978e59c7ddabb06e44709f0d48951d2e0a /blktrace.h | |
parent | e21dc4dd837779466cf867a56bfd0902938188d4 (diff) | |
download | blktrace-4054070af867f170e7cf85f1cb3cf4f0a3f138d8.tar.gz blktrace-4054070af867f170e7cf85f1cb3cf4f0a3f138d8.tar.bz2 |
[PATCH] blkparse: dump requeue info as well
Diffstat (limited to 'blktrace.h')
-rw-r--r-- | blktrace.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ typedef __u8 u8; struct io_stats { unsigned long qreads, qwrites, creads, cwrites, mreads, mwrites; - unsigned long ireads, iwrites; + unsigned long ireads, iwrites, rrqueue, wrqueue; unsigned long long qread_kb, qwrite_kb, cread_kb, cwrite_kb; unsigned long long iread_kb, iwrite_kb; unsigned long io_unplugs, timer_unplugs; |