diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-01-14 08:29:37 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-01-14 21:11:12 -0800 |
| commit | 575148ac9a274d61e45220fda7d8de6a420f4fe4 (patch) | |
| tree | 60e6b255d2aa5fe5a29889c436aba2edb2908bd5 /src/sp/transport/ipc/ipc.c | |
| parent | 6dc757342f5f9dedf38de356ae1802546f976bcc (diff) | |
| download | nng-575148ac9a274d61e45220fda7d8de6a420f4fe4.tar.gz nng-575148ac9a274d61e45220fda7d8de6a420f4fe4.tar.bz2 nng-575148ac9a274d61e45220fda7d8de6a420f4fe4.zip | |
api: pipes should use nng_err
Diffstat (limited to 'src/sp/transport/ipc/ipc.c')
| -rw-r--r-- | src/sp/transport/ipc/ipc.c | 2 |
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; |
