diff options
author | Jens Axboe <axboe@kernel.dk> | 2019-09-17 10:02:37 -0600 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-09-17 10:02:37 -0600 |
commit | f102231b0fdbfe8587efda0b24c79a69ee4d8ba7 (patch) | |
tree | a3bc8bc44af0068a233d6aa63ee41162ad20e287 /src/include/liburing | |
parent | e4d4843db77ab74822f151e214783ba0045515f1 (diff) | |
download | liburing-f102231b0fdbfe8587efda0b24c79a69ee4d8ba7.tar.gz liburing-f102231b0fdbfe8587efda0b24c79a69ee4d8ba7.tar.bz2 |
Add IORING_OP_TIMEOUT opcode
And associated command prep helper.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'src/include/liburing')
-rw-r--r-- | src/include/liburing/io_uring.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |