diff options
| author | Garrett D'Amore <garrett@damore.org> | 2020-11-09 23:20:38 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2020-11-09 23:20:38 -0800 |
| commit | af4c08675825fbf28f64b6ea4af6a1b9f0576f23 (patch) | |
| tree | b7349ef6889623d6c1962ad9740f8cb5ab0bc0dc /src/transport/ipc | |
| parent | 2a55e0a279a0b94e204e0ffead73505100a0481f (diff) | |
| download | nng-af4c08675825fbf28f64b6ea4af6a1b9f0576f23.tar.gz nng-af4c08675825fbf28f64b6ea4af6a1b9f0576f23.tar.bz2 nng-af4c08675825fbf28f64b6ea4af6a1b9f0576f23.zip | |
Minor spelling tweaks for the aio framework.
Diffstat (limited to 'src/transport/ipc')
| -rw-r--r-- | src/transport/ipc/ipc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/ipc/ipc.c b/src/transport/ipc/ipc.c index a0b22506..16fbc42b 100644 --- a/src/transport/ipc/ipc.c +++ b/src/transport/ipc/ipc.c @@ -318,7 +318,7 @@ ipc_pipe_send_cb(void *arg) nni_aio_set_msg(aio, NULL); nni_msg_free(msg); - nni_aio_finish_synch(aio, 0, n); + nni_aio_finish_sync(aio, 0, n); } static void @@ -407,7 +407,7 @@ ipc_pipe_recv_cb(void *arg) nni_mtx_unlock(&p->mtx); nni_aio_set_msg(aio, msg); - nni_aio_finish_synch(aio, 0, n); + nni_aio_finish_sync(aio, 0, n); return; error: |
