aboutsummaryrefslogtreecommitdiff
path: root/src/core/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/defs.h')
-rw-r--r--src/core/defs.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/core/defs.h b/src/core/defs.h
index 7c9090d0..d0d0df7b 100644
--- a/src/core/defs.h
+++ b/src/core/defs.h
@@ -25,12 +25,15 @@ typedef struct nng_msg nni_msg;
// REMOVE THESE
typedef struct nng_endpt nni_endpt;
-
-// These are our own names.
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;
+typedef struct nni_tran_ep nni_tran_ep;
+typedef struct nni_tran_pipe nni_tran_pipe;
+
typedef struct nni_protocol nni_protocol;
typedef int nni_signal; // Turnstile/wakeup channel.