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/pipe.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/pipe.h') diff --git a/src/core/pipe.h b/src/core/pipe.h index f037bb3b..d2819a31 100644 --- a/src/core/pipe.h +++ b/src/core/pipe.h @@ -21,8 +21,8 @@ struct nng_pipe { uint32_t p_id; nni_tran_pipe p_tran_ops; void * p_tran_data; - void * p_pdata; // protocol specific data - size_t p_psize; // size of protocol data + nni_proto_pipe p_proto_ops; + void * p_proto_data; nni_list_node p_node; nni_sock * p_sock; nni_ep * p_ep; -- cgit v1.2.3-70-g09d2