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 /src/sp/transport/inproc | |
| parent | facfd16307feff9fab997b3919b71780d1f174c8 (diff) | |
| download | nng-5f7b7d7bd63838a7e7f798c5a8412d6f5f9d44f4.tar.gz nng-5f7b7d7bd63838a7e7f798c5a8412d6f5f9d44f4.tar.bz2 nng-5f7b7d7bd63838a7e7f798c5a8412d6f5f9d44f4.zip | |
More symbol renaming
Diffstat (limited to 'src/sp/transport/inproc')
| -rw-r--r-- | src/sp/transport/inproc/inproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp/transport/inproc/inproc.c b/src/sp/transport/inproc/inproc.c index 1a666922..e9ac2e42 100644 --- a/src/sp/transport/inproc/inproc.c +++ b/src/sp/transport/inproc/inproc.c @@ -688,5 +688,5 @@ struct nni_sp_tran nni_inproc_tran = { int nng_inproc_register(void) { - return (nni_tran_register(&nni_inproc_tran)); + return (nni_sp_tran_register(&nni_inproc_tran)); } |
