X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=parse.h;h=aa00a679ef4fd918f0260b25d0e32b38ae83ad7b;hb=d685adfb27d3f2f94a6623c774a246bcaac2f853;hp=3ba804797fe1c23658fc1f51bdd82ac8d2287a51;hpb=d8b4f39507ad49c6c0e1595a36a5787930647a6d;p=fio.git diff --git a/parse.h b/parse.h index 3ba80479..aa00a679 100644 --- a/parse.h +++ b/parse.h @@ -1,6 +1,7 @@ #ifndef FIO_PARSE_H #define FIO_PARSE_H +#include #include "flist.h" /* @@ -19,6 +20,7 @@ enum fio_opt_type { FIO_OPT_FLOAT_LIST, FIO_OPT_STR_SET, FIO_OPT_DEPRECATED, + FIO_OPT_UNSUPPORTED, }; /* @@ -69,8 +71,8 @@ struct fio_option { int (*verify)(struct fio_option *, void *); const char *prof_name; /* only valid for specific profile */ void *prof_opts; - unsigned int category; /* what type of option */ - unsigned int group; /* who to group with */ + uint64_t category; /* what type of option */ + uint64_t group; /* who to group with */ void *gui_data; int is_seconds; /* time value with seconds base */ int is_time; /* time based value */