Allow the adding of 'posval' for dynamic options like 'profile'
[fio.git] / parse.h
diff --git a/parse.h b/parse.h
index 8f7982ad1f57dc4942402875740c902a2b24fe51..9cda559550c9f836f5b17aaf51641b8e87736b69 100644 (file)
--- a/parse.h
+++ b/parse.h
@@ -50,7 +50,7 @@ struct fio_option {
        void *cb;                       /* callback */
        const char *help;               /* help text for option */
        const char *def;                /* default setting */
-       const struct value_pair posval[PARSE_MAX_VP];/* possible values */
+       struct value_pair posval[PARSE_MAX_VP];/* possible values */
        const char *parent;             /* parent option */
        int (*verify)(struct fio_option *, void *);
        const char *prof_name;          /* only valid for specific profile */