Merge branch 'master' into gfio
[fio.git] / parse.h
diff --git a/parse.h b/parse.h
index b3d86138f25a4474a65cf67bd63d1dab5a35e871..36154dd0812109462d84ade05b162c4306e424ad 100644 (file)
--- a/parse.h
+++ b/parse.h
@@ -51,6 +51,7 @@ struct fio_option {
        int minval;
        double maxfp;                   /* max and min floating value */
        double minfp;
+       unsigned int interval;          /* client hint for suitable interval */
        unsigned int maxlen;            /* max length */
        int neg;                        /* negate value stored */
        int prio;
@@ -59,6 +60,7 @@ struct fio_option {
        const char *def;                /* default setting */
        struct value_pair posval[PARSE_MAX_VP];/* possible values */
        const char *parent;             /* parent option */
+       int hide;                       /* hide if parent isn't set */
        int (*verify)(struct fio_option *, void *);
        const char *prof_name;          /* only valid for specific profile */
        unsigned int category;          /* for type grouping */