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/core/transport.h | |
| 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/core/transport.h')
| -rw-r--r-- | src/core/transport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/transport.h b/src/core/transport.h index 65f1976e..93eeafc0 100644 --- a/src/core/transport.h +++ b/src/core/transport.h @@ -28,7 +28,7 @@ * interfaces in this file. */ -struct nni_transport_ops { +struct nni_transport { /* * tran_scheme is the transport scheme, such as "tcp" or "inproc". */ |
