X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=parse.h;h=f2265a43226cf1584baf6f31fcf0e981351568fc;hb=7a4b824059d9ce4b5151e904219c9b5e757ffd3b;hp=c5a74171ae94e70cb45339b1b22fbd387579ccf5;hpb=833491908a1afd67d27ce79257de3a4d80143d9f;p=fio.git diff --git a/parse.h b/parse.h index c5a74171..f2265a43 100644 --- a/parse.h +++ b/parse.h @@ -29,6 +29,7 @@ struct value_pair { unsigned int oval; /* output value */ const char *help; /* help text for sub option */ int or; /* OR value */ + void *cb; /* sub-option callback */ }; #define OPT_LEN_MAX 4096