X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=steadystate.h;h=9fd88ee8cec4c2bad0c61e8c68e73b03d9358be5;hp=eaba0d7cad4876b22ddc037ffb278999b92fe73e;hb=d292596c8ad6019c0d021c1850b6176ece3c2624;hpb=c8caba48e826fbc5f4e6ea62f67dceec6269b307 diff --git a/steadystate.h b/steadystate.h index eaba0d7c..9fd88ee8 100644 --- a/steadystate.h +++ b/steadystate.h @@ -5,6 +5,7 @@ #include "thread_options.h" #include "lib/ieee754.h" +extern void steadystate_free(struct thread_data *); extern void steadystate_check(void); extern void steadystate_setup(void); extern int td_steadystate_init(struct thread_data *);