From f102231b0fdbfe8587efda0b24c79a69ee4d8ba7 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 17 Sep 2019 10:02:37 -0600 Subject: Add IORING_OP_TIMEOUT opcode And associated command prep helper. Signed-off-by: Jens Axboe --- src/include/liburing/io_uring.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/liburing/io_uring.h') diff --git a/src/include/liburing/io_uring.h b/src/include/liburing/io_uring.h index 96ee9d9..cf3101d 100644 --- a/src/include/liburing/io_uring.h +++ b/src/include/liburing/io_uring.h @@ -61,6 +61,7 @@ struct io_uring_sqe { #define IORING_OP_SYNC_FILE_RANGE 8 #define IORING_OP_SENDMSG 9 #define IORING_OP_RECVMSG 10 +#define IORING_OP_TIMEOUT 11 /* * sqe->fsync_flags -- cgit v1.2.3