From 063b7b4724697883206213d905707d5151ef130c Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 2 Jan 2017 12:36:16 -0800 Subject: Transport renaming phase 1. --- src/core/pipe.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/core/pipe.h') diff --git a/src/core/pipe.h b/src/core/pipe.h index 193fd6c2..70dd01b1 100644 --- a/src/core/pipe.h +++ b/src/core/pipe.h @@ -14,12 +14,13 @@ // OUSIDE of the core is STRICTLY VERBOTEN. NO DIRECT ACCESS BY PROTOCOLS OR // TRANSPORTS. +#include "core/defs.h" #include "core/transport.h" struct nng_pipe { uint32_t p_id; - struct nni_pipe_ops p_ops; - void * p_trandata; + 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; -- cgit v1.2.3-70-g09d2