[PATCH liburing 2/4] update io_uring.h with tee()

From: Pavel Begunkov
Date: Sun May 17 2020 - 07:25:22 EST


Signed-off-by: Pavel Begunkov <asml.silence@xxxxxxxxx>
---
src/include/liburing/io_uring.h | 1 +
1 file changed, 1 insertion(+)

diff --git a/src/include/liburing/io_uring.h b/src/include/liburing/io_uring.h
index e48d746..a279151 100644
--- a/src/include/liburing/io_uring.h
+++ b/src/include/liburing/io_uring.h
@@ -129,6 +129,7 @@ enum {
IORING_OP_SPLICE,
IORING_OP_PROVIDE_BUFFERS,
IORING_OP_REMOVE_BUFFERS,
+ IORING_OP_TEE,

/* this goes last, obviously */
IORING_OP_LAST,
--
2.24.0