aboutsummaryrefslogtreecommitdiff
path: root/util/aio-posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/aio-posix.h')
-rw-r--r--util/aio-posix.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/aio-posix.h b/util/aio-posix.h
index c80c04506a..4264c518be 100644
--- a/util/aio-posix.h
+++ b/util/aio-posix.h
@@ -24,6 +24,7 @@ struct AioHandler {
IOHandler *io_read;
IOHandler *io_write;
AioPollFn *io_poll;
+ IOHandler *io_poll_ready;
IOHandler *io_poll_begin;
IOHandler *io_poll_end;
void *opaque;
@@ -36,7 +37,7 @@ struct AioHandler {
unsigned flags; /* see fdmon-io_uring.c */
#endif
int64_t poll_idle_timeout; /* when to stop userspace polling */
- bool is_external;
+ bool poll_ready; /* has polling detected an event? */
};
/* Add a handler to a ready list */