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/defs.h | |
| parent | 063b7b4724697883206213d905707d5151ef130c (diff) | |
| download | nng-f0ad2ab1123c8c5d4e34790cab7b9bf1e2f615b4.tar.gz nng-f0ad2ab1123c8c5d4e34790cab7b9bf1e2f615b4.tar.bz2 nng-f0ad2ab1123c8c5d4e34790cab7b9bf1e2f615b4.zip | |
Transport renaming.
Diffstat (limited to 'src/core/defs.h')
| -rw-r--r-- | src/core/defs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/defs.h b/src/core/defs.h index d0d0df7b..eb561295 100644 --- a/src/core/defs.h +++ b/src/core/defs.h @@ -25,9 +25,6 @@ typedef struct nng_msg nni_msg; // REMOVE THESE typedef struct nng_endpt nni_endpt; -typedef struct nni_transport nni_transport; -typedef struct nni_endpt_ops nni_endpt_ops; -typedef struct nni_pipe_ops nni_pipe_ops; // These are our own names. typedef struct nni_tran nni_tran; |
