README: link to GitHub releases for Windows
[fio.git] / ioengines.h
index b3f755b477de01f2ece25e93e9ad4d0edfa7bcda..fafa1e48186c15f2010f68310122127616651aad 100644 (file)
@@ -8,7 +8,7 @@
 #include "io_u.h"
 #include "zbd_types.h"
 
-#define FIO_IOOPS_VERSION      30
+#define FIO_IOOPS_VERSION      31
 
 #ifndef CONFIG_DYNAMIC_ENGINES
 #define FIO_STATIC     static
@@ -83,6 +83,8 @@ enum fio_ioengine_flags {
        FIO_ASYNCIO_SYNC_TRIM
                        = 1 << 14,      /* io engine has async ->queue except for trim */
        FIO_NO_OFFLOAD  = 1 << 15,      /* no async offload */
+       FIO_ASYNCIO_SETS_ISSUE_TIME
+                       = 1 << 16,      /* async ioengine with commit function that sets issue_time */
 };
 
 /*