diff options
Diffstat (limited to 'src/core/pipe.h')
| -rw-r--r-- | src/core/pipe.h | 5 |
1 files changed, 3 insertions, 2 deletions
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; |
