diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-01-02 12:57:53 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-01-02 12:57:53 -0800 |
| commit | f0ad2ab1123c8c5d4e34790cab7b9bf1e2f615b4 (patch) | |
| tree | 0a813b44e6e1a92a6533e052855b89129cbe301a /src/core/endpt.h | |
| parent | 063b7b4724697883206213d905707d5151ef130c (diff) | |
| download | nng-f0ad2ab1123c8c5d4e34790cab7b9bf1e2f615b4.tar.gz nng-f0ad2ab1123c8c5d4e34790cab7b9bf1e2f615b4.tar.bz2 nng-f0ad2ab1123c8c5d4e34790cab7b9bf1e2f615b4.zip | |
Transport renaming.
Diffstat (limited to 'src/core/endpt.h')
| -rw-r--r-- | src/core/endpt.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/endpt.h b/src/core/endpt.h index 695ef79a..92e3450a 100644 --- a/src/core/endpt.h +++ b/src/core/endpt.h @@ -16,7 +16,8 @@ // OUSIDE of the core is STRICTLY VERBOTEN. NO DIRECT ACCESS BY PROTOCOLS // OR TRANSPORTS. struct nng_endpt { - nni_endpt_ops ep_ops; + nni_tran_ep ep_ops; + nni_tran *ep_tran; void * ep_data; // Transport private nni_list_node ep_node; // Per socket list nni_sock * ep_sock; |
