From f0ad2ab1123c8c5d4e34790cab7b9bf1e2f615b4 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 2 Jan 2017 12:57:53 -0800 Subject: Transport renaming. --- src/core/pipe.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/core/pipe.h') diff --git a/src/core/pipe.h b/src/core/pipe.h index 70dd01b1..d3669235 100644 --- a/src/core/pipe.h +++ b/src/core/pipe.h @@ -18,18 +18,18 @@ #include "core/transport.h" struct nng_pipe { - uint32_t p_id; - struct nni_pipe_ops p_tran_ops; - void * p_tran_data; - void * p_pdata; // protocol specific data - size_t p_psize; // size of protocol data - nni_list_node p_node; - nni_sock * p_sock; - nni_endpt * p_ep; - int p_reap; - int p_active; - nni_thr p_send_thr; - nni_thr p_recv_thr; + 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_list_node p_node; + nni_sock * p_sock; + nni_endpt * p_ep; + int p_reap; + int p_active; + nni_thr p_send_thr; + nni_thr p_recv_thr; }; // Pipe operations that protocols use. -- cgit v1.2.3-70-g09d2