X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=options.h;h=ed6b9c2da47a5699cb9b4d3f1808eba4b8ede019;hp=c6c2086e0a76286a87f44bbb469307ccdddc09e4;hb=5b7573ab40a30b389602d4b0ec3805957b483a19;hpb=f5b6bb85364fcb8b2ac8d922ca65afd9dfabc9bb diff --git a/options.h b/options.h index c6c2086e..ed6b9c2d 100644 --- a/options.h +++ b/options.h @@ -15,6 +15,8 @@ extern char *exec_profile; void add_opt_posval(const char *, const char *, const char *); void del_opt_posval(const char *, const char *); +struct thread_data; +void fio_options_free(struct thread_data *); static inline int o_match(struct fio_option *o, const char *opt) {