aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-06-29 17:39:41 -0700
committerGarrett D'Amore <garrett@damore.org>2017-06-29 17:39:41 -0700
commitf8ac106494444962788dc94e147bd33a3e8cdab6 (patch)
treea26dbcb45c4d8bfefbb3f1761b3938eab48bfabe /src/core
parent723e39f6c03e241994a2e26b907e41f5bf5db3e7 (diff)
downloadnng-f8ac106494444962788dc94e147bd33a3e8cdab6.tar.gz
nng-f8ac106494444962788dc94e147bd33a3e8cdab6.tar.bz2
nng-f8ac106494444962788dc94e147bd33a3e8cdab6.zip
Use common socket handling on POSIX (tcp done, ipc pending.)
Diffstat (limited to 'src/core')
-rw-r--r--src/core/aio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/aio.h b/src/core/aio.h
index a290281f..6aad8b00 100644
--- a/src/core/aio.h
+++ b/src/core/aio.h
@@ -38,6 +38,9 @@ struct nni_aio {
// Message operations.
nni_msg * a_msg;
+ // Connect operations.
+ nni_sockaddr * a_sockaddr;
+
// TBD: Resolver operations.
// Provider-use fields.