X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=parse.h;h=83cb5b162931183bb104fb2b98823a430c235ec1;hp=fe3b6bc5f236510dc3cdbb66b5c3a6069b79df34;hb=8dfd6071e1a4fd3966c0a77dbb7d719c52433b54;hpb=90265353af8dbf1c43804996909777d4c1a5998e diff --git a/parse.h b/parse.h index fe3b6bc5..83cb5b16 100644 --- a/parse.h +++ b/parse.h @@ -62,6 +62,7 @@ struct fio_option { struct value_pair posval[PARSE_MAX_VP];/* possible values */ const char *parent; /* parent option */ int hide; /* hide if parent isn't set */ + int hide_on_set; /* hide on set, not on unset */ const char *inverse; /* if set, apply opposite action to this option */ struct fio_option *inv_opt; /* cached lookup */ int (*verify)(struct fio_option *, void *);