Add support for doing total latency percentiles
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 39d775c0677dfadbda23c25b68b55014149b44ff..8814d84eed133127b4213db17a073e5b855a8d67 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -87,6 +87,7 @@ enum {
        TD_F_CHILD              = 1U << 12,
        TD_F_NO_PROGRESS        = 1U << 13,
        TD_F_REGROW_LOGS        = 1U << 14,
+       TD_F_MMAP_KEEP          = 1U << 15,
 };
 
 enum {
@@ -334,7 +335,7 @@ struct thread_data {
        struct timespec terminate_time;
        unsigned int ts_cache_nr;
        unsigned int ts_cache_mask;
-       unsigned int ramp_time_over;
+       bool ramp_time_over;
 
        /*
         * Time since last latency_window was started