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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/defs.h b/src/core/defs.h
index b9c9b7e5..29d1b826 100644
--- a/src/core/defs.h
+++ b/src/core/defs.h
@@ -45,9 +45,9 @@ typedef struct nni_ctx nni_ctx;
typedef struct nni_ep nni_ep;
typedef struct nni_pipe nni_pipe;
typedef struct nni_tran nni_tran;
-typedef struct nni_tran_ep nni_tran_ep;
+typedef struct nni_tran_ep_ops nni_tran_ep_ops;
typedef struct nni_tran_ep_option nni_tran_ep_option;
-typedef struct nni_tran_pipe nni_tran_pipe;
+typedef struct nni_tran_pipe_ops nni_tran_pipe_ops;
typedef struct nni_tran_pipe_option nni_tran_pipe_option;
typedef struct nni_proto_ctx_option nni_proto_ctx_option;