X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=parse.h;h=d05236b07f96307ca92ead5e5d121c236e1ca07c;hp=fb6abd1b22a21447562acd5b8d02014be95ca0bd;hb=c69f6bf3ed1b413562d7aab1aa9c476101348726;hpb=f70afaca743f2971312d9928f069a9ea7daeccf7 diff --git a/parse.h b/parse.h index fb6abd1b..d05236b0 100644 --- a/parse.h +++ b/parse.h @@ -20,7 +20,7 @@ enum fio_opt_type { FIO_OPT_FLOAT_LIST, FIO_OPT_STR_SET, FIO_OPT_DEPRECATED, - FIO_OPT_UNSUPPORTED, + FIO_OPT_UNSUPPORTED, /* keep this last */ }; /* @@ -78,6 +78,7 @@ struct fio_option { int is_time; /* time based value */ int no_warn_def; int pow2; /* must be a power-of-2 */ + int no_free; }; extern int parse_option(char *, const char *, struct fio_option *, struct fio_option **, void *, struct flist_head *);