From 2944f3a2634876e543003fabb05cba1b178df6aa Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 18 Feb 2017 19:24:15 -0800 Subject: Taskq implementation. --- src/core/transport.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/transport.h') 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 -- cgit v1.2.3-70-g09d2