X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=parse.h;h=3e3c9d9f596c59b9c4e6b6b5269c097adf04fceb;hp=edba7fc6b0256261906b6c4820a3899dc71281ed;hb=15f7918ff432d5da2b2abc84a50c685bde5e72ef;hpb=facba0e53b7108d70f34e3eb01b54c2efd73f5f4;ds=sidebyside diff --git a/parse.h b/parse.h index edba7fc6..3e3c9d9f 100644 --- a/parse.h +++ b/parse.h @@ -30,6 +30,7 @@ struct fio_option { void *cb; /* callback */ const char *help; /* help text for option */ const char *def; /* default setting */ + const char *posval[16]; /* possible values */ }; typedef int (str_cb_fn)(void *, char *);