aboutsummaryrefslogtreecommitdiff
path: root/src/sp/transport/ipc
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2025-01-14 08:29:37 -0800
committerGarrett D'Amore <garrett@damore.org>2025-01-14 21:11:12 -0800
commit575148ac9a274d61e45220fda7d8de6a420f4fe4 (patch)
tree60e6b255d2aa5fe5a29889c436aba2edb2908bd5 /src/sp/transport/ipc
parent6dc757342f5f9dedf38de356ae1802546f976bcc (diff)
downloadnng-575148ac9a274d61e45220fda7d8de6a420f4fe4.tar.gz
nng-575148ac9a274d61e45220fda7d8de6a420f4fe4.tar.bz2
nng-575148ac9a274d61e45220fda7d8de6a420f4fe4.zip
api: pipes should use nng_err
Diffstat (limited to 'src/sp/transport/ipc')
-rw-r--r--src/sp/transport/ipc/ipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp/transport/ipc/ipc.c b/src/sp/transport/ipc/ipc.c
index a7b816a6..5fea1632 100644
--- a/src/sp/transport/ipc/ipc.c
+++ b/src/sp/transport/ipc/ipc.c
@@ -947,7 +947,7 @@ ipc_ep_accept(void *arg, nni_aio *aio)
nni_mtx_unlock(&ep->mtx);
}
-static int
+static nng_err
ipc_pipe_get(void *arg, const char *name, void *buf, size_t *szp, nni_type t)
{
ipc_pipe *p = arg;