X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=parse.h;h=77450ef582403776ef32a93a645468f2e5b941b3;hp=3ba804797fe1c23658fc1f51bdd82ac8d2287a51;hb=2078c1369f993b4d760d3fe1f90cb6ffa4389fe5;hpb=d8b4f39507ad49c6c0e1595a36a5787930647a6d diff --git a/parse.h b/parse.h index 3ba80479..77450ef5 100644 --- a/parse.h +++ b/parse.h @@ -1,6 +1,7 @@ #ifndef FIO_PARSE_H #define FIO_PARSE_H +#include #include "flist.h" /* @@ -69,8 +70,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 */