steadystate: rename 'steadystate' to 'steadystate_enabled'
[fio.git] / helper_thread.c
index f88e781ab12b4194d9e20684066a86e37fefd243..47ec728cfa31d25f68742af81178bb95f3e5f928 100644 (file)
@@ -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();