Add support for compiling for ESX
[fio.git] / parse.h
diff --git a/parse.h b/parse.h
index c797b925bdc5066b9d570303055ccffb58dc7b53..2a1e06a45c540f2e29354a94ad52f8b026194473 100644 (file)
--- a/parse.h
+++ b/parse.h
@@ -73,6 +73,7 @@ struct fio_option {
        unsigned int group;             /* who to group with */
        void *gui_data;
        int is_seconds;                 /* time value with seconds base */
+       int no_warn_def;
 };
 
 typedef int (str_cb_fn)(void *, char *);