diff options
| author | Garrett D'Amore <garrett@damore.org> | 2016-12-12 14:11:20 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2016-12-12 14:11:20 -0800 |
| commit | c0031c07dd111b71f2c0b4e3e2e8c73929c9a23a (patch) | |
| tree | ac32708b31ede13ce731e882615d0aa3f490bdca /src/transport | |
| parent | 0991802d1c91c790c60828145ddecbfe1583f6db (diff) | |
| download | nng-c0031c07dd111b71f2c0b4e3e2e8c73929c9a23a.tar.gz nng-c0031c07dd111b71f2c0b4e3e2e8c73929c9a23a.tar.bz2 nng-c0031c07dd111b71f2c0b4e3e2e8c73929c9a23a.zip | |
Minor tweak to transport API, new declarations for protocols.
Diffstat (limited to 'src/transport')
| -rw-r--r-- | src/transport/inproc/inproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/inproc/inproc.c b/src/transport/inproc/inproc.c index a209c587..810641bb 100644 --- a/src/transport/inproc/inproc.c +++ b/src/transport/inproc/inproc.c @@ -387,7 +387,7 @@ static struct nni_endpt_ops inproc_ep_ops = { NULL, /* inproc_ep_getopt */ }; -struct nni_transport_ops nni_inproc_tran_ops = { +struct nni_transport nni_inproc_transport = { "inproc", /* tran_scheme */ &inproc_ep_ops, &inproc_pipe_ops, |
