aboutsummaryrefslogtreecommitdiff
path: root/src/core/aio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/aio.h')
-rw-r--r--src/core/aio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/aio.h b/src/core/aio.h
index 76ebb7c3..f6096ca7 100644
--- a/src/core/aio.h
+++ b/src/core/aio.h
@@ -25,6 +25,7 @@ struct nni_aio {
size_t a_count; // Bytes transferred (I/O only)
nni_cb a_cb; // User specified callback.
void * a_cbarg; // Callback argument.
+ nni_time a_expire;
// These fields are private to the aio framework.
nni_mtx a_lk;