From b6374f9d9b07c929522066f27ed9a7a05c6bb23b Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 2 Jan 2017 14:29:47 -0800 Subject: Protocol initialization restructuring. --- src/core/defs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/core/defs.h') diff --git a/src/core/defs.h b/src/core/defs.h index b10701e0..dd225567 100644 --- a/src/core/defs.h +++ b/src/core/defs.h @@ -28,7 +28,8 @@ 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 struct nni_proto_pipe nni_proto_pipe; +typedef struct nni_proto nni_proto; typedef int nni_signal; // Turnstile/wakeup channel. typedef uint64_t nni_time; // Absolute time (usec). -- cgit v1.2.3-70-g09d2