Add additional references to binary packages
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 28104cd83b376f13fc10388df8b1cd73b20e68cd..4ed8cb1b0480c2e717848564fd2167a82dd29809 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -71,7 +71,7 @@ enum {
 /*
  * How many depth levels to log
  */
-#define FIO_IO_U_MAP_NR        8
+#define FIO_IO_U_MAP_NR        7
 #define FIO_IO_U_LAT_U_NR 10
 #define FIO_IO_U_LAT_M_NR 12
 
@@ -217,6 +217,7 @@ struct thread_options {
        unsigned int thinktime_blocks;
        unsigned int fsync_blocks;
        unsigned int fdatasync_blocks;
+       unsigned int barrier_blocks;
        unsigned long start_delay;
        unsigned long long timeout;
        unsigned long long ramp_time;