diff options
Diffstat (limited to 'util/aio-posix.h')
-rw-r--r-- | util/aio-posix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/aio-posix.h b/util/aio-posix.h index 4264c51..82a0201 100644 --- a/util/aio-posix.h +++ b/util/aio-posix.h @@ -38,6 +38,7 @@ struct AioHandler { #endif int64_t poll_idle_timeout; /* when to stop userspace polling */ bool poll_ready; /* has polling detected an event? */ + AioPolledEvent poll; }; /* Add a handler to a ready list */ |