diff options
Diffstat (limited to 'src/core/pipe.h')
| -rw-r--r-- | src/core/pipe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/pipe.h b/src/core/pipe.h index 2b4feb7d..d12320b2 100644 --- a/src/core/pipe.h +++ b/src/core/pipe.h @@ -20,8 +20,8 @@ struct nng_pipe { uint32_t p_id; struct nni_pipe_ops p_ops; void * p_trandata; - void * p_pdata; // protocol specific data - size_t p_psize; // size of protocol data + void * p_pdata; // protocol specific data + size_t p_psize; // size of protocol data nni_list_node p_node; nni_socket * p_sock; nni_endpt * p_ep; |
