X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=helper_thread.c;fp=helper_thread.c;h=47ec728cfa31d25f68742af81178bb95f3e5f928;hp=f88e781ab12b4194d9e20684066a86e37fefd243;hb=84784e07d285601946e42e8cbad2603bcc1905c6;hpb=7be78a8a93b7d74d486859c2f782eb779dca6c12 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();