aboutsummaryrefslogtreecommitdiff
path: root/src/core/pipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/pipe.h')
-rw-r--r--src/core/pipe.h4
1 files changed, 2 insertions, 2 deletions
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;