Merge branch 'ci' of https://github.com/sitsofe/fio
[fio.git] / thread_options.h
index 72d86cfe49f7022c64006a2c7c7421c47f1eba11..26a3e0e67c4968098319bca119a9c26d7ec5efa8 100644 (file)
@@ -65,6 +65,7 @@ struct thread_options {
        unsigned int iodepth_batch;
        unsigned int iodepth_batch_complete_min;
        unsigned int iodepth_batch_complete_max;
+       unsigned int serialize_overlap;
 
        unsigned int unique_filename;
 
@@ -306,7 +307,6 @@ struct thread_options {
        fio_fp64_t latency_percentile;
 
        unsigned block_error_hist;
-       unsigned int skip_bad;
 
        unsigned int replay_align;
        unsigned int replay_scale;
@@ -341,6 +341,8 @@ struct thread_options_pack {
        uint32_t iodepth_batch;
        uint32_t iodepth_batch_complete_min;
        uint32_t iodepth_batch_complete_max;
+       uint32_t serialize_overlap;
+       uint32_t pad3;
 
        uint64_t size;
        uint64_t io_size;
@@ -579,7 +581,6 @@ struct thread_options_pack {
        fio_fp64_t latency_percentile;
 
        uint32_t block_error_hist;
-       uint32_t skip_bad;
 
        uint32_t replay_align;
        uint32_t replay_scale;