t/io_uring: add IORING_OP_NOP support
[fio.git] / os / io_uring.h
index 74370aed5f7125c9508d661e4df251a74e536e22..0f4460d6b2d9a2cb84047ca3bc04f5d2cfb48524 100644 (file)
@@ -47,6 +47,7 @@ struct io_uring_sqe {
 #define IORING_SETUP_SQPOLL    (1 << 1)        /* SQ poll thread */
 #define IORING_SETUP_SQ_AFF    (1 << 2)        /* sq_thread_cpu is valid */
 
+#define IORING_OP_NOP          0
 #define IORING_OP_READV                1
 #define IORING_OP_WRITEV       2
 #define IORING_OP_FSYNC                3