Steady state detection: enhance reporting of results, change memory allocation point
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 2d0327c58706850f9a79e9cfe1394d25dd08a227..ed2abe79618e210b3a316ec5edd0c94feacfd55b 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -140,9 +140,12 @@ struct steadystate_data {
 
        unsigned int head;
        unsigned int tail;
-       unsigned long *cache;
+       unsigned long *iops_data;
+       unsigned long *bw_data;
 
+       double slope;
        double criterion;
+       double deviation;
 
        unsigned long long sum_y;
        unsigned long long sum_x;