X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=steadystate.c;h=45d4f5d2eeb928306c1b312e20f960b6f9b53506;hp=98f027cee4013ac4f75db7a4ade31c8d5f8056fa;hb=b73af7389a47bb04d841d749eb8a4e996eb5a271;hpb=c1f50f765a0a51931605c1fb223d166e3b3a93c6 diff --git a/steadystate.c b/steadystate.c index 98f027ce..45d4f5d2 100644 --- a/steadystate.c +++ b/steadystate.c @@ -196,7 +196,7 @@ void steadystate_check(void) int i, j, ddir, prev_groupid, group_ramp_time_over = 0; unsigned long rate_time; struct thread_data *td, *td2; - struct timeval now; + struct timespec now; uint64_t group_bw = 0, group_iops = 0; uint64_t td_iops, td_bytes; bool ret;