X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=parse.h;h=41e3633c24edb162ba629a8766389a91984db414;hb=refs%2Ftags%2Ffio-1.43-rc1;hp=9cda559550c9f836f5b17aaf51641b8e87736b69;hpb=f5b6bb85364fcb8b2ac8d922ca65afd9dfabc9bb;p=fio.git diff --git a/parse.h b/parse.h index 9cda5595..41e3633c 100644 --- a/parse.h +++ b/parse.h @@ -9,6 +9,7 @@ enum fio_opt_type { FIO_OPT_INVALID = 0, FIO_OPT_STR, + FIO_OPT_STR_MULTI, FIO_OPT_STR_VAL, FIO_OPT_STR_VAL_TIME, FIO_OPT_STR_STORE, @@ -26,6 +27,7 @@ struct value_pair { const char *ival; /* string option */ unsigned int oval; /* output value */ const char *help; /* help text for sub option */ + int or; /* OR value */ }; #define OPT_LEN_MAX 4096