diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-12-15 21:23:26 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-12-15 21:23:26 -0800 |
| commit | ab460d51aee7cedd0a8d17553741b3a6dc836dc7 (patch) | |
| tree | f2214ae3ecbed6110293021620d4328235ef93ee /src/core/sockimpl.h | |
| parent | a43eb958e47f4c70725299845a3b7c69bbba9467 (diff) | |
| download | nng-ab460d51aee7cedd0a8d17553741b3a6dc836dc7.tar.gz nng-ab460d51aee7cedd0a8d17553741b3a6dc836dc7.tar.bz2 nng-ab460d51aee7cedd0a8d17553741b3a6dc836dc7.zip | |
transports: all transports use the new inline approach
We can retire the old approach that used separate allocations,
and all of the supporting code. This also gives us a more
natural signature for the end point initializations.
Diffstat (limited to 'src/core/sockimpl.h')
| -rw-r--r-- | src/core/sockimpl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/sockimpl.h b/src/core/sockimpl.h index aeaa369b..3140b97b 100644 --- a/src/core/sockimpl.h +++ b/src/core/sockimpl.h @@ -143,8 +143,6 @@ extern void nni_pipe_add(nni_pipe *); extern void nni_pipe_remove(nni_pipe *); extern bool nni_pipe_is_closed(nni_pipe *); extern void nni_pipe_run_cb(nni_pipe *, nng_pipe_ev); -extern int nni_pipe_create_dialer(nni_pipe **, nni_dialer *, void *); -extern int nni_pipe_create_listener(nni_pipe **, nni_listener *, void *); extern void nni_pipe_start(nni_pipe *); |
