diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-12-31 13:26:44 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-12-31 13:26:44 -0800 |
| commit | b0874b1dad787c32093a3ff81311e2d638dc6538 (patch) | |
| tree | cde1005cef02954893fe2d9786d248930f857200 /src/sp/scalability_test.c | |
| parent | 2a4a14646f95b21cbc8f9b5bef8d76cd0fe04fec (diff) | |
| download | nng-b0874b1dad787c32093a3ff81311e2d638dc6538.tar.gz nng-b0874b1dad787c32093a3ff81311e2d638dc6538.tar.bz2 nng-b0874b1dad787c32093a3ff81311e2d638dc6538.zip | |
socket: rename nng_close to nng_socket_close
Diffstat (limited to 'src/sp/scalability_test.c')
| -rw-r--r-- | src/sp/scalability_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp/scalability_test.c b/src/sp/scalability_test.c index 6e9047a1..7579fe7f 100644 --- a/src/sp/scalability_test.c +++ b/src/sp/scalability_test.c @@ -38,7 +38,7 @@ serve(void *arg) if (msg != NULL) { nng_msg_free(msg); } - nng_close(rep); + nng_socket_close(rep); } int |
