X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=parse.h;h=36154dd0812109462d84ade05b162c4306e424ad;hp=e1b9311cc4bf4b5364ee2c39fb01fd1d53322b6f;hb=d71c154c8b20a7ddca645d9854e640563f1b79c7;hpb=20eb06bd2aef37fa8dd314a110bb81c733115e15 diff --git a/parse.h b/parse.h index e1b9311c..36154dd0 100644 --- a/parse.h +++ b/parse.h @@ -60,6 +60,7 @@ struct fio_option { const char *def; /* default setting */ struct value_pair posval[PARSE_MAX_VP];/* possible values */ const char *parent; /* parent option */ + int hide; /* hide if parent isn't set */ int (*verify)(struct fio_option *, void *); const char *prof_name; /* only valid for specific profile */ unsigned int category; /* for type grouping */