Add support for absolute random zones
[fio.git] / thread_options.h
index 5a037bfe63775d0fd69cfbf86ac01c16ed9f5ba1..050cd382291456c71392235ae95b9790703a71ae 100644 (file)
@@ -36,6 +36,8 @@ struct bssplit {
 struct zone_split {
        uint8_t access_perc;
        uint8_t size_perc;
+       uint8_t pad[6];
+       uint64_t size;
 };
 
 #define NR_OPTS_SZ     (FIO_MAX_OPTS / (8 * sizeof(uint64_t)))
@@ -309,6 +311,8 @@ struct thread_options {
        unsigned long long latency_window;
        fio_fp64_t latency_percentile;
 
+       unsigned int sig_figs;
+
        unsigned block_error_hist;
 
        unsigned int replay_align;
@@ -584,6 +588,8 @@ struct thread_options_pack {
        uint64_t latency_window;
        fio_fp64_t latency_percentile;
 
+       uint32_t sig_figs;
+
        uint32_t block_error_hist;
 
        uint32_t replay_align;