Add parser support for out-of-td option storage
[fio.git] / parse.h
diff --git a/parse.h b/parse.h
index 085de1a5face6410696d4ecab6d8e464e1a10416..95d99f56c08d4cdef2bb41a3a18fc5b0efb05cd6 100644 (file)
--- a/parse.h
+++ b/parse.h
@@ -41,6 +41,7 @@ struct fio_option {
        unsigned int off2;
        unsigned int off3;
        unsigned int off4;
        unsigned int off2;
        unsigned int off3;
        unsigned int off4;
+       void *roff1, *roff2, *roff3, *roff4;
        unsigned int maxval;            /* max and min value */
        int minval;
        int neg;                        /* negate value stored */
        unsigned int maxval;            /* max and min value */
        int minval;
        int neg;                        /* negate value stored */