X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=sidebyside;f=parse.h;h=fb6abd1b22a21447562acd5b8d02014be95ca0bd;hb=82d8de310b1847e3cbd9b4d3f7068cc9f03d533a;hp=54e3948338fb5c2ab9a8c5921c2eaddc353dee83;hpb=53b5693d04b0de440ce3eb1fa22834ef46d0a4e3;p=fio.git diff --git a/parse.h b/parse.h index 54e39483..fb6abd1b 100644 --- a/parse.h +++ b/parse.h @@ -107,8 +107,7 @@ typedef int (fio_opt_str_val_fn)(void *, long long *); typedef int (fio_opt_int_fn)(void *, int *); struct thread_options; -static inline void *td_var(struct thread_options *to, struct fio_option *o, - unsigned int offset) +static inline void *td_var(void *to, struct fio_option *o, unsigned int offset) { void *ret;