aboutsummaryrefslogtreecommitdiff
path: root/tests/trantest.h
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2021-07-11 12:01:26 -0700
committerGarrett D'Amore <garrett@damore.org>2021-07-11 12:01:26 -0700
commit5f7b7d7bd63838a7e7f798c5a8412d6f5f9d44f4 (patch)
tree8d14b20f4561fd02ca137f9e7ea7254200893fb4 /tests/trantest.h
parentfacfd16307feff9fab997b3919b71780d1f174c8 (diff)
downloadnng-5f7b7d7bd63838a7e7f798c5a8412d6f5f9d44f4.tar.gz
nng-5f7b7d7bd63838a7e7f798c5a8412d6f5f9d44f4.tar.bz2
nng-5f7b7d7bd63838a7e7f798c5a8412d6f5f9d44f4.zip
More symbol renaming
Diffstat (limited to 'tests/trantest.h')
-rw-r--r--tests/trantest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/trantest.h b/tests/trantest.h
index f16443ce..93f902da 100644
--- a/tests/trantest.h
+++ b/tests/trantest.h
@@ -123,7 +123,7 @@ trantest_init(trantest *tt, const char *addr)
nng_url *url;
So(nng_url_parse(&url, tt->addr) == 0);
- tt->tran = nni_tran_find(url);
+ tt->tran = nni_sp_tran_find(url);
So(tt->tran != NULL);
nng_url_free(url);
}