From 063b7b4724697883206213d905707d5151ef130c Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 2 Jan 2017 12:36:16 -0800 Subject: Transport renaming phase 1. --- src/core/init.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/core/init.c') diff --git a/src/core/init.c b/src/core/init.c index 500a0b54..3ae10a21 100644 --- a/src/core/init.c +++ b/src/core/init.c @@ -12,9 +12,9 @@ #include static int -init_helper(void) +nni_init_helper(void) { - nni_transport_init(); + nni_tran_init(); return (0); } @@ -22,13 +22,13 @@ init_helper(void) int nni_init(void) { - return (nni_plat_init(init_helper)); + return (nni_plat_init(nni_init_helper)); } void nni_fini(void) { - nni_transport_fini(); + nni_tran_fini(); nni_plat_fini(); } -- cgit v1.2.3-70-g09d2