X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=parse.h;h=c3b66d75be34216ff1f3df33b85db9d7779ef6c6;hp=752da346d2aabbfc3c57280211b5086f1480c79e;hb=afdf935261b23cdf08214e708133318548ddf2c4;hpb=808a63b8d2d5f6d3a4ec83e718495f09588aef7e diff --git a/parse.h b/parse.h index 752da346..c3b66d75 100644 --- a/parse.h +++ b/parse.h @@ -45,6 +45,7 @@ struct fio_option { const char *help; /* help text for option */ const char *def; /* default setting */ const struct value_pair posval[PARSE_MAX_VP];/* possible values */ + const char *parent; /* parent option */ }; typedef int (str_cb_fn)(void *, char *);