X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=steadystate.h;h=bbb86fbb30a301299882e655e98b00c951cca8d5;hb=3be2f0ca0cb19a96cf6c75999dee6d0b9f737182;hp=51472c4698c0cfd72233a62c34cd1226741138a8;hpb=ec2ea18e87fad6c42d6875cd4ee1bb25ef9b4627;p=fio.git diff --git a/steadystate.h b/steadystate.h index 51472c46..bbb86fbb 100644 --- a/steadystate.h +++ b/steadystate.h @@ -4,7 +4,7 @@ #include "thread_options.h" extern void steadystate_free(struct thread_data *); -extern void steadystate_check(void); +extern int steadystate_check(void); extern void steadystate_setup(void); extern int td_steadystate_init(struct thread_data *); extern uint64_t steadystate_bw_mean(struct thread_stat *);