[PATCH] Show allowed option values for string matching
[fio.git] / parse.h
diff --git a/parse.h b/parse.h
index edba7fc6b0256261906b6c4820a3899dc71281ed..3e3c9d9f596c59b9c4e6b6b5269c097adf04fceb 100644 (file)
--- 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 *);