Merge branch 'ci' of https://github.com/sitsofe/fio
[fio.git] / steadystate.h
index 20ccd3035f11d67ca751d78be6135be85517d6e0..bbc3945ceb93e0bf89d89e7d2accdd6c34dd31dd 100644 (file)
@@ -35,7 +35,7 @@ struct steadystate_data {
        uint64_t sum_xy;
        uint64_t oldest_y;
 
-       struct timeval prev_time;
+       struct timespec prev_time;
        uint64_t prev_iops;
        uint64_t prev_bytes;
 };