diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-02-18 19:24:15 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-02-18 19:25:14 -0800 |
| commit | 2944f3a2634876e543003fabb05cba1b178df6aa (patch) | |
| tree | a9a5aba5aec0ff1028e1a4d5815939887d406bb5 /src/core/transport.h | |
| parent | f42f22abf488d30d4d68a8ab57063c48d618948d (diff) | |
| download | nng-2944f3a2634876e543003fabb05cba1b178df6aa.tar.gz nng-2944f3a2634876e543003fabb05cba1b178df6aa.tar.bz2 nng-2944f3a2634876e543003fabb05cba1b178df6aa.zip | |
Taskq implementation.
Diffstat (limited to 'src/core/transport.h')
| -rw-r--r-- | src/core/transport.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/transport.h b/src/core/transport.h index c74ec497..1765b361 100644 --- a/src/core/transport.h +++ b/src/core/transport.h @@ -117,7 +117,7 @@ struct nni_tran_pipe { // These APIs are used by the framework internally, and not for use by // transport implementations. extern nni_tran *nni_tran_find(const char *); -extern void nni_tran_init(void); -extern void nni_tran_fini(void); +extern void nni_tran_sys_init(void); +extern void nni_tran_sys_fini(void); #endif // CORE_TRANSPORT_H |
