Steady state detection: enhance reporting of results, change memory allocation point
[fio.git] / steadystate.h
index 039ffc900acbe37085f65962d8190ae3408043c8..31e5c3fc42f27ff67ca6a06771e2f9fca0f0c41a 100644 (file)
@@ -3,6 +3,7 @@
 
 extern void steadystate_check(void);
 extern void steadystate_setup(void);
+extern void steadystate_alloc(struct thread_data *);
 extern bool steadystate_deviation(unsigned long, unsigned long, struct thread_data *);
 extern bool steadystate_slope(unsigned long, unsigned long, struct thread_data *);
 #endif