aboutsummaryrefslogtreecommitdiff
path: root/src/unix/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/unix/internal.h')
-rw-r--r--src/unix/internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/unix/internal.h b/src/unix/internal.h
index a8ff3909..8055730a 100644
--- a/src/unix/internal.h
+++ b/src/unix/internal.h
@@ -157,7 +157,8 @@ typedef struct uv__stream_queued_fds_s uv__stream_queued_fds_t;
/* loop flags */
enum {
UV_LOOP_BLOCK_SIGPROF = 0x1,
- UV_LOOP_REAP_CHILDREN = 0x2
+ UV_LOOP_REAP_CHILDREN = 0x2,
+ UV_LOOP_ENABLE_IO_URING_SQPOLL = 0x4
};
/* flags of excluding ifaddr */