X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=parse.h;h=7fee4fa423d900a21296a4af37c96a014dcb983f;hb=0950e832e5f2ef92fbfad92c8a9d20480e3b13f9;hp=83cb5b162931183bb104fb2b98823a430c235ec1;hpb=80666bece308842c36132245e4cbbe9eb0bc506b;p=fio.git diff --git a/parse.h b/parse.h index 83cb5b16..7fee4fa4 100644 --- a/parse.h +++ b/parse.h @@ -33,7 +33,7 @@ struct value_pair { }; #define OPT_LEN_MAX 4096 -#define PARSE_MAX_VP 16 +#define PARSE_MAX_VP 24 /* * Option define @@ -47,7 +47,9 @@ struct fio_option { unsigned int off2; unsigned int off3; unsigned int off4; - void *roff1, *roff2, *roff3, *roff4; + unsigned int off5; + unsigned int off6; + void *roff1, *roff2, *roff3, *roff4, *roff5, *roff6; unsigned int maxval; /* max and min value */ int minval; double maxfp; /* max and min floating value */