X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=helper_thread.c;h=47ec728cfa31d25f68742af81178bb95f3e5f928;hp=f88e781ab12b4194d9e20684066a86e37fefd243;hb=349cdc89ffebb8f3a9cf3ff5be6a9934b94f1b05;hpb=e569ca6bfecb44f42f8e52cf2c294728c4bf3a1b diff --git a/helper_thread.c b/helper_thread.c index f88e781a..47ec728c 100644 --- a/helper_thread.c +++ b/helper_thread.c @@ -125,7 +125,7 @@ static void *helper_thread_main(void *data) if (!next_log) next_log = DISK_UTIL_MSEC; - if (steadystate) { + if (steadystate_enabled) { since_ss = mtime_since(&last_ss, &now); if (since_ss >= STEADYSTATE_MSEC || STEADYSTATE_MSEC - since_ss < 10) { steadystate_check();