diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-07-03 20:40:55 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-07-03 20:40:55 -0700 |
| commit | a80654e3e0abb7ddbd81a6159dd89933bdec44e7 (patch) | |
| tree | ee0170b03c2103065d2d606297c93f64cb6c7a92 /src/core/platform.h | |
| parent | c1a92ee76a3e9e70ecae4646763bade0c16e4807 (diff) | |
| download | nng-a80654e3e0abb7ddbd81a6159dd89933bdec44e7.tar.gz nng-a80654e3e0abb7ddbd81a6159dd89933bdec44e7.tar.bz2 nng-a80654e3e0abb7ddbd81a6159dd89933bdec44e7.zip | |
IPC & TCP negotiation done using aio. Remove old sync send/recv.
Diffstat (limited to 'src/core/platform.h')
| -rw-r--r-- | src/core/platform.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/platform.h b/src/core/platform.h index 7654f730..2d83f9b7 100644 --- a/src/core/platform.h +++ b/src/core/platform.h @@ -281,12 +281,6 @@ extern void nni_plat_pipe_clear(int); // routine. extern void nni_plat_pipe_close(int, int); -// XXX: Stuff to REMOVE -extern int nni_plat_tcp_send(nni_plat_tcpsock *, nni_iov *, int); -extern int nni_plat_tcp_recv(nni_plat_tcpsock *, nni_iov *, int); -extern int nni_plat_ipc_send(nni_plat_ipcsock *, nni_iov *, int); -extern int nni_plat_ipc_recv(nni_plat_ipcsock *, nni_iov *, int); - // Actual platforms we support. This is included up front so that we can // get the specific types that are supplied by the platform. #if defined(PLATFORM_POSIX) |
