t/zbd: avoid test case 31 failure with small devices
[fio.git] / io_u.h
diff --git a/io_u.h b/io_u.h
index b432a54010ebc5f154e1ff7e220c9719c001a33d..ab93d50f967e78547961e7650b2921f53f64f6b9 100644 (file)
--- a/io_u.h
+++ b/io_u.h
@@ -52,6 +52,11 @@ struct io_u {
        unsigned short ioprio;
        unsigned short clat_prio_index;
 
+       /*
+        * number of trim ranges for this IO.
+        */
+       unsigned int number_trim;
+
        /*
         * Allocated/set buffer and length
         */
@@ -89,8 +94,8 @@ struct io_u {
        union {
                unsigned int index;
                unsigned int seen;
-               void *engine_data;
        };
+       void *engine_data;
 
        union {
                struct flist_head verify_list;