X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=options.h;h=df80fd9864bdd3f18d84e22c9aee937f45eab8aa;hp=5276f31e6818673a338fcbc3ef18997263b0abd0;hb=HEAD;hpb=532eda7ed384fff8ebfde90fc50f94618d6a5fb6 diff --git a/options.h b/options.h index 5276f31e..df80fd98 100644 --- a/options.h +++ b/options.h @@ -16,6 +16,7 @@ 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 *); +void fio_dump_options_free(struct thread_data *); char *get_next_str(char **ptr); int get_max_str_idx(char *input); char* get_name_by_idx(char *input, int index);