steadystate: get rid of ->ss_pct and encode this information in ->state via __FIO_SS_PCT
[fio.git] / steadystate.h
index aea8969b6d342d847878d083d66098d9e8ebc888..a23c45ba9efff266891eaecbe5c050d888e471e1 100644 (file)
@@ -16,7 +16,6 @@ struct steadystate_data {
        double limit;
        unsigned long long dur;
        unsigned long long ramp_time;
-       bool pct;
 
        unsigned int state;
 
@@ -47,6 +46,7 @@ enum {
        __FIO_SS_ATTAINED       = 8,
        __FIO_SS_RAMP_OVER      = 16,
        __FIO_SS_DATA           = 32,
+       __FIO_SS_PCT            = 64,
 
        FIO_SS_IOPS             = __FIO_SS_IOPS,
        FIO_SS_IOPS_SLOPE       = __FIO_SS_IOPS | __FIO_SS_SLOPE,