steadystate: rename 'steadystate' to 'steadystate_enabled'
[fio.git] / steadystate.c
index 53d303428eae6861fb9899edbaa9d24000eff63b..528e95259e36cc050cbdcfdd760941790f733195 100644 (file)
@@ -4,14 +4,14 @@
 #include "steadystate.h"
 #include "helper_thread.h"
 
-bool steadystate = false;
+bool steadystate_enabled = false;
 
 void steadystate_setup(void)
 {
        int i, prev_groupid;
        struct thread_data *td, *prev_td;
 
-       if (!steadystate)
+       if (!steadystate_enabled)
                return;
 
        /*