aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-01-02 12:36:16 -0800
committerGarrett D'Amore <garrett@damore.org>2017-01-02 12:36:16 -0800
commit063b7b4724697883206213d905707d5151ef130c (patch)
treee5e4ae57348a7aa8b2a2bbe0ed491a8531313a4b /src/transport
parentd42198bbc36e525e50bb32f5efeda63875c5b24f (diff)
downloadnng-063b7b4724697883206213d905707d5151ef130c.tar.gz
nng-063b7b4724697883206213d905707d5151ef130c.tar.bz2
nng-063b7b4724697883206213d905707d5151ef130c.zip
Transport renaming phase 1.
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/inproc/inproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/inproc/inproc.c b/src/transport/inproc/inproc.c
index 688518b3..fe45e78e 100644
--- a/src/transport/inproc/inproc.c
+++ b/src/transport/inproc/inproc.c
@@ -414,7 +414,7 @@ static struct nni_endpt_ops nni_inproc_ep_ops = {
// This is the inproc transport linkage, and should be the only global
// symbol in this entire file.
-struct nni_transport nni_inproc_transport = {
+struct nni_tran nni_inproc_tran = {
.tran_scheme = "inproc",
.tran_ep_ops = &nni_inproc_ep_ops,
.tran_init = nni_inproc_init,