diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-06-29 17:39:41 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-06-29 17:39:41 -0700 |
| commit | f8ac106494444962788dc94e147bd33a3e8cdab6 (patch) | |
| tree | a26dbcb45c4d8bfefbb3f1761b3938eab48bfabe /src/core/aio.h | |
| parent | 723e39f6c03e241994a2e26b907e41f5bf5db3e7 (diff) | |
| download | nng-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/aio.h')
| -rw-r--r-- | src/core/aio.h | 3 |
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. |
