diff options
| author | Garrett D'Amore <garrett@damore.org> | 2021-07-11 12:01:26 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2021-07-11 12:01:26 -0700 |
| commit | 5f7b7d7bd63838a7e7f798c5a8412d6f5f9d44f4 (patch) | |
| tree | 8d14b20f4561fd02ca137f9e7ea7254200893fb4 /tests/trantest.h | |
| parent | facfd16307feff9fab997b3919b71780d1f174c8 (diff) | |
| download | nng-5f7b7d7bd63838a7e7f798c5a8412d6f5f9d44f4.tar.gz nng-5f7b7d7bd63838a7e7f798c5a8412d6f5f9d44f4.tar.bz2 nng-5f7b7d7bd63838a7e7f798c5a8412d6f5f9d44f4.zip | |
More symbol renaming
Diffstat (limited to 'tests/trantest.h')
| -rw-r--r-- | tests/trantest.h | 2 |
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); } |
