e4defrag: pass 'error' into td_verror()
[fio.git] / thread_options.h
index 4ea6ebd06a0c07f5212c237f6f7fcfcc808a84c1..46421205cdf9f1ba5fb0c3da997adcc98055bda4 100644 (file)
@@ -45,7 +45,7 @@ struct thread_options {
        unsigned int kb_base;
        unsigned int unit_base;
        unsigned int ddir_seq_nr;
-       long ddir_seq_add;
+       long long ddir_seq_add;
        unsigned int iodepth;
        unsigned int iodepth_low;
        unsigned int iodepth_batch;
@@ -54,6 +54,7 @@ struct thread_options {
        unsigned long long size;
        unsigned int size_percent;
        unsigned int fill_device;
+       unsigned int file_append;
        unsigned long long file_size_low;
        unsigned long long file_size_high;
        unsigned long long start_offset;
@@ -281,6 +282,7 @@ struct thread_options_pack {
        uint64_t size;
        uint32_t size_percent;
        uint32_t fill_device;
+       uint32_t file_append;
        uint64_t file_size_low;
        uint64_t file_size_high;
        uint64_t start_offset;