X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=parse.h;h=563712eede06dca557bfbdcbaae8ecbb73123dfe;hp=be3d24ac43f1634a39a57b77ab84491cf7142b25;hb=75e6f36fae06978f29296fce76a7f00ca0df7b56;hpb=a00735e66f9ec42549da94eba3170e543b542904;ds=sidebyside diff --git a/parse.h b/parse.h index be3d24ac..563712ee 100644 --- a/parse.h +++ b/parse.h @@ -7,6 +7,7 @@ enum fio_opt_type { FIO_OPT_STR = 0, FIO_OPT_STR_VAL, + FIO_OPT_STR_VAL_INT, FIO_OPT_STR_VAL_TIME, FIO_OPT_STR_STORE, FIO_OPT_RANGE,