Add support for limiting only rate in only one direction
[fio.git] / parse.h
diff --git a/parse.h b/parse.h
index 4f3f94d0f7f8f97fef15ead4adc12e7af199db3d..45462596ca4246dd6a7b4eac7600a2936c241b81 100644 (file)
--- a/parse.h
+++ b/parse.h
@@ -26,6 +26,7 @@ struct value_pair {
        const char *help;               /* help text for sub option */
 };
 
+#define OPT_LEN_MAX    1024
 #define PARSE_MAX_VP   16
 
 /*