Add max_latency option
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 03e4da1427d251fa5059900cfda102aba411f444..139b9383f9fbd3ebaf1598b77ecbce244926465a 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -198,6 +198,8 @@ struct thread_options {
        enum fio_memtype mem_type;
        unsigned int mem_align;
 
+       unsigned int max_latency;
+
        unsigned int stonewall;
        unsigned int new_group;
        unsigned int numjobs;