t/zbd: increase timeout in test #48
[fio.git] / thread_options.h
index 0a033430103d075a6e9fda5e5fef43b84fff1c64..f6b15403c4c21df1c183b47337e71a6018e1fe62 100644 (file)
@@ -177,6 +177,7 @@ struct thread_options {
        unsigned int thinktime;
        unsigned int thinktime_spin;
        unsigned int thinktime_blocks;
+       unsigned int thinktime_blocks_type;
        unsigned int fsync_blocks;
        unsigned int fdatasync_blocks;
        unsigned int barrier_blocks;
@@ -479,6 +480,7 @@ struct thread_options_pack {
        uint32_t thinktime;
        uint32_t thinktime_spin;
        uint32_t thinktime_blocks;
+       uint32_t thinktime_blocks_type;
        uint32_t fsync_blocks;
        uint32_t fdatasync_blocks;
        uint32_t barrier_blocks;
@@ -506,6 +508,9 @@ struct thread_options_pack {
        uint32_t stonewall;
        uint32_t new_group;
        uint32_t numjobs;
+
+       uint8_t pad3[4];
+
        /*
         * We currently can't convert these, so don't enable them
         */