TODO: man page missing
[fio.git] / steadystate.h
index 039ffc900acbe37085f65962d8190ae3408043c8..7a1fecdbfc074fe87cbcd0f1ebe2e392bc93a671 100644 (file)
@@ -3,7 +3,7 @@
 
 extern void steadystate_check(void);
 extern void steadystate_setup(void);
 
 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
 extern bool steadystate_deviation(unsigned long, unsigned long, struct thread_data *);
 extern bool steadystate_slope(unsigned long, unsigned long, struct thread_data *);
 #endif
-