Be safe and re-prep requeue io_u's
[fio.git] / parse.h
diff --git a/parse.h b/parse.h
index 4ddb76a6335d6af7834e1209b8517fb125f01d6d..7374c258ab95a339cff8853707a567df2ad68422 100644 (file)
--- a/parse.h
+++ b/parse.h
@@ -29,6 +29,7 @@ struct fio_option {
        unsigned int off4;
        unsigned int maxval;            /* max and min value */
        int minval;
+       int neg;                        /* negate value stored */
        void *cb;                       /* callback */
        const char *help;               /* help text for option */
        const char *def;                /* default setting */