[PATCH] Add 'norandommap' option
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 4af8a4df8503c8e6e75afe4f2fadb491d0513e81..b48ef70a4a8f151518c0b78e2c6f8861b3d7d790 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -202,6 +202,7 @@ struct thread_data {
        unsigned int rand_repeatable;
        unsigned int write_lat_log;
        unsigned int write_bw_log;
+       unsigned int norandommap;
 
        unsigned int bs;
        unsigned int min_bs;