projects
/
fio.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Improve data direction runtime logging
[fio.git]
/
fio.h
diff --git
a/fio.h
b/fio.h
index 1fb01d9522f5f2d4bd20babd81cc227bb87238e4..e33349088cebacb5869b4e4649cebea45f60b220 100644
(file)
--- a/
fio.h
+++ b/
fio.h
@@
-493,6
+493,8
@@
struct thread_data {
struct timeval start; /* start of this loop */
struct timeval epoch; /* time job was started */
struct timeval start; /* start of this loop */
struct timeval epoch; /* time job was started */
+ struct timeval rw_end[2];
+ unsigned int rw_end_set[2];
/*
* read/write mixed workload state
/*
* read/write mixed workload state