Merge branch 'gfio' into gfio-int
[fio.git] / thread_options.h
index a79494978e3be2c2e0f1ee2a59c0ae350e8e4894..60a1b691bd51122429887950085458f6415b3bfc 100644 (file)
@@ -5,6 +5,7 @@
 #include "os/os.h"
 #include "stat.h"
 #include "gettime.h"
+#include "lib/ieee754.h"
 
 /*
  * What type of allocation to use for io buffers
@@ -123,6 +124,7 @@ struct thread_options {
        unsigned int fsync_on_close;
 
        unsigned int random_distribution;
+
        fio_fp64_t zipf_theta;
        fio_fp64_t pareto_h;
 
@@ -150,7 +152,7 @@ struct thread_options {
        enum fio_memtype mem_type;
        unsigned int mem_align;
 
-       unsigned max_latency;
+       unsigned int max_latency;
 
        unsigned int stonewall;
        unsigned int new_group;