From 97118a423a48ecea816f37cb86378c5bafba2d51 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 29 Dec 2018 19:29:14 -0800 Subject: fixes #834 Simplify IPC internal API & update This also makes some smaller related changes to use the new nni_type instead of nni_opt_type. --- src/transport/ipc/ipc.c | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'src/transport') diff --git a/src/transport/ipc/ipc.c b/src/transport/ipc/ipc.c index 1f8f27c4..87764023 100644 --- a/src/transport/ipc/ipc.c +++ b/src/transport/ipc/ipc.c @@ -1,6 +1,7 @@ // // Copyright 2018 Staysail Systems, Inc. // Copyright 2018 Capitar IT Group BV +// Copyright 2018 Devolutions // // This software is supplied under the terms of the MIT License, a // copy of which should be located in the distribution where this @@ -13,7 +14,8 @@ #include #include "core/nng_impl.h" -#include "nng/transport/ipc/ipc.h" + +#include // IPC transport. Platform specific IPC operations must be // supplied as well. Normally the IPC is UNIX domain sockets or @@ -871,18 +873,6 @@ ipctran_ep_accept(void *arg, nni_aio *aio) nni_mtx_unlock(&ep->mtx); } -static int -ipctran_ep_get_locaddr(void *arg, void *buf, size_t *szp, nni_opt_type t) -{ - ipctran_ep *ep = arg; - int rv; - - nni_mtx_lock(&ep->mtx); - rv = nni_copyout_sockaddr(&ep->sa, buf, szp, t); - nni_mtx_unlock(&ep->mtx); - return (rv); -} - static int ipctran_pipe_getopt( void *arg, const char *name, void *buf, size_t *szp, nni_type t) -- cgit v1.2.3-70-g09d2