diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-04-27 22:02:04 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-04-27 22:02:04 -0700 |
| commit | 03f812ccb2876aacd10e589f996b5ec9e0133d5b (patch) | |
| tree | 8393333b23528c3641a39ed81e44188ddfbe507a /src/platform/windows/win_socketpair.c | |
| parent | c5b07415cc3a6a7960cb3ca2a2aaf70b1cbe3469 (diff) | |
| download | nng-03f812ccb2876aacd10e589f996b5ec9e0133d5b.tar.gz nng-03f812ccb2876aacd10e589f996b5ec9e0133d5b.tar.bz2 nng-03f812ccb2876aacd10e589f996b5ec9e0133d5b.zip | |
More nng_err -- this time for dialer and listener allocations.
Diffstat (limited to 'src/platform/windows/win_socketpair.c')
| -rw-r--r-- | src/platform/windows/win_socketpair.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/platform/windows/win_socketpair.c b/src/platform/windows/win_socketpair.c index f97df2fd..57820c72 100644 --- a/src/platform/windows/win_socketpair.c +++ b/src/platform/windows/win_socketpair.c @@ -9,7 +9,6 @@ #include "core/nng_impl.h" - #ifdef NNG_HAVE_SOCKETPAIR_TODO // TODO: Windows lacks socketpair. We can emulate it with an explcit // implementation based on AF_UNIX. @@ -46,7 +45,7 @@ nni_sfd_close_fd(int fd) NNI_ARG_UNUSED(fd); } -int +nng_err nni_sfd_conn_alloc(nni_sfd_conn **cp, int fd) { NNI_ARG_UNUSED(cp); |
