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.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/core/aio.h b/src/core/aio.h
index 6aad8b00..73fdf260 100644
--- a/src/core/aio.h
+++ b/src/core/aio.h
@@ -38,8 +38,11 @@ struct nni_aio {
// Message operations.
nni_msg * a_msg;
- // Connect operations.
- nni_sockaddr * a_sockaddr;
+ // Connect/accept operations.
+ nni_sockaddr * a_remaddr;
+ nni_sockaddr * a_locaddr;
+ void * a_endpt; // opaque endpoint handle
+ void * a_pipe; // opaque pipe handle
// TBD: Resolver operations.