aboutsummaryrefslogtreecommitdiff
path: root/src/sp/protocol/survey0/survey_test.c
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2025-01-03 12:46:33 -0800
committerGarrett D'Amore <garrett@damore.org>2025-01-04 09:48:44 -0800
commit57e736b5be2052484eec44889586bd89a2724c71 (patch)
treef579d2863d7d31e202f083ab6d5f5fe85651e64c /src/sp/protocol/survey0/survey_test.c
parentcefc6e1995f7f8e53e16db745eac7a86c2ebffd3 (diff)
downloadnng-57e736b5be2052484eec44889586bd89a2724c71.tar.gz
nng-57e736b5be2052484eec44889586bd89a2724c71.tar.bz2
nng-57e736b5be2052484eec44889586bd89a2724c71.zip
api: rename nng_send_aio and nng_recv_aio to nng_socket_send and nng_socket_recv
This aligns more closely with the nng_ctx functions.
Diffstat (limited to 'src/sp/protocol/survey0/survey_test.c')
-rw-r--r--src/sp/protocol/survey0/survey_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp/protocol/survey0/survey_test.c b/src/sp/protocol/survey0/survey_test.c
index 1be9dee4..bf6fbb08 100644
--- a/src/sp/protocol/survey0/survey_test.c
+++ b/src/sp/protocol/survey0/survey_test.c
@@ -232,7 +232,7 @@ test_surv_cancel_abort_recv(void)
NUTS_SLEEP(100);
nng_aio_set_timeout(aio, 5 * SECOND);
- nng_recv_aio(surv, aio);
+ nng_socket_recv(surv, aio);
// Give time for this recv to post properly.
NUTS_SLEEP(100);