Makefile: fix fio version gen
[fio.git] / ioengines.h
index 54dadba2cbce34921d6d46b05c233b4aeb8c4a8a..fbe52fa4154978f2a9e6a33b586714b9b0c9c41d 100644 (file)
@@ -77,7 +77,8 @@ enum fio_ioengine_flags {
        FIO_NOSTATS     = 1 << 12,      /* don't do IO stats */
        FIO_NOFILEHASH  = 1 << 13,      /* doesn't hash the files for lookup later. */
        FIO_ASYNCIO_SYNC_TRIM
-                       = 1 << 14       /* io engine has async ->queue except for trim */
+                       = 1 << 14,      /* io engine has async ->queue except for trim */
+       FIO_NO_OFFLOAD  = 1 << 15,      /* no async offload */
 };
 
 /*