projects
/
blktrace.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16ef714
)
[PATCH] Fix time typo, it's in nanoseconds
author
Nathan Scott
<nathans@sgi.com>
Fri, 9 Sep 2005 07:19:26 +0000
(09:19 +0200)
committer
Jens Axboe
<axboe@suse.de>
Fri, 9 Sep 2005 07:19:26 +0000
(09:19 +0200)
blktrace_api.h
patch
|
blob
|
blame
|
history
diff --git
a/blktrace_api.h
b/blktrace_api.h
index 75612efe2499d44d388ab79d32be68b511ec8142..e79e151b464cb107ec89373f926d7d3b2d3419dc 100644
(file)
--- a/
blktrace_api.h
+++ b/
blktrace_api.h
@@
-59,7
+59,7
@@
enum {
struct blk_io_trace {
__u32 magic; /* MAGIC << 8 | version */
__u32 sequence; /* event number */
- __u64 time; /* in
micr
oseconds */
+ __u64 time; /* in
nan
oseconds */
__u64 sector; /* disk offset */
__u32 bytes; /* transfer length */
__u32 action; /* what happened */