[PATCH] Forgot to include 'M' as a unit postfix
[fio.git] / parse.h
diff --git a/parse.h b/parse.h
index 563712eede06dca557bfbdcbaae8ecbb73123dfe..9b34de9aad60b178a5257e78f7e96d2d158db015 100644 (file)
--- a/parse.h
+++ b/parse.h
@@ -23,6 +23,8 @@ struct fio_option {
        enum fio_opt_type type;
        unsigned int off1;
        unsigned int off2;
+       unsigned int off3;
+       unsigned int off4;
        unsigned int max_val;
        void *cb;
 };