Fio 3.37
[fio.git] / io_u.h
diff --git a/io_u.h b/io_u.h
index 786251d5be92f08e12515c3051f3babed04137a6..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
         */