Add option priorities
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 9d8023706694aadb314766626ec4d40bb9c0b820..ff4668e80f3a0d884e53cd4270c35b5813f9db58 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -418,6 +418,7 @@ struct thread_options {
        unsigned int iodepth;
        unsigned int iodepth_low;
        unsigned int iodepth_batch;
+       unsigned int iodepth_batch_complete;
 
        unsigned long long size;
        unsigned int fill_device;
@@ -819,7 +820,7 @@ extern void set_genesis_time(void);
  * Init/option functions
  */
 extern int __must_check parse_options(int, char **);
-extern int fio_option_parse(struct thread_data *, const char *);
+extern int fio_options_parse(struct thread_data *, char **, int);
 extern int fio_cmd_option_parse(struct thread_data *, const char *, char *);
 extern void fio_fill_default_options(struct thread_data *);
 extern int fio_show_option_help(const char *);