X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=parse.h;h=41e3633c24edb162ba629a8766389a91984db414;hp=9cda559550c9f836f5b17aaf51641b8e87736b69;hb=5f6ddf1e568d5014925a98da316d92f9e6e03eb4;hpb=44f29692cfba246981bb3c1b894333a6d2209f51 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