X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=parse.h;h=dfe7f1620c6aa762f217840dba89e663277fd7c2;hp=fb6abd1b22a21447562acd5b8d02014be95ca0bd;hb=9c6f1e756dbf6c0916b0b94d9b0bcd1d9c43b9e9;hpb=861e3790be5f1e22b16e827b142147e530205441 diff --git a/parse.h b/parse.h index fb6abd1b..dfe7f162 100644 --- a/parse.h +++ b/parse.h @@ -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 *);