* [PATCH liburing] sync io_uring.h with newer kernels
@ 2020-02-19 14:08 Glauber Costa
0 siblings, 0 replies; only message in thread
From: Glauber Costa @ 2020-02-19 14:08 UTC (permalink / raw)
To: io-uring; +Cc: Glauber Costa
Essentially adds the IORING_FEAT_FAST_POLL flag
Signed-off-by: Glauber Costa <[email protected]>
---
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 424fb4b..d6e7f3d 100644
--- a/src/include/liburing/io_uring.h
+++ b/src/include/liburing/io_uring.h
@@ -204,6 +204,7 @@ struct io_uring_params {
#define IORING_FEAT_SUBMIT_STABLE (1U << 2)
#define IORING_FEAT_RW_CUR_POS (1U << 3)
#define IORING_FEAT_CUR_PERSONALITY (1U << 4)
+#define IORING_FEAT_FAST_POLL (1U << 5)
/*
* io_uring_register(2) opcodes and arguments
--
2.20.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-02-19 14:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-19 14:08 [PATCH liburing] sync io_uring.h with newer kernels Glauber Costa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox