Add option for io_limit
[fio.git] / thread_options.h
index 46421205cdf9f1ba5fb0c3da997adcc98055bda4..41b6e54e73726ad03fba363247706cb7f56e4772 100644 (file)
@@ -52,6 +52,7 @@ struct thread_options {
        unsigned int iodepth_batch_complete;
 
        unsigned long long size;
+       unsigned long long io_limit;
        unsigned int size_percent;
        unsigned int fill_device;
        unsigned int file_append;
@@ -280,6 +281,7 @@ struct thread_options_pack {
        uint32_t iodepth_batch_complete;
 
        uint64_t size;
+       uint64_t io_limit;
        uint32_t size_percent;
        uint32_t fill_device;
        uint32_t file_append;