X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=parse.h;h=c3b66d75be34216ff1f3df33b85db9d7779ef6c6;hp=752da346d2aabbfc3c57280211b5086f1480c79e;hb=e6203e9e73039537d41810e91e3dfe6abeb919d9;hpb=7837213b66e20a8d91e7069f5823852f42c41440 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 *);