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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/pipe.h b/src/core/pipe.h
index 3c2c1166..193fd6c2 100644
--- a/src/core/pipe.h
+++ b/src/core/pipe.h
@@ -23,7 +23,7 @@ struct nng_pipe {
void * p_pdata; // protocol specific data
size_t p_psize; // size of protocol data
nni_list_node p_node;
- nni_socket * p_sock;
+ nni_sock * p_sock;
nni_endpt * p_ep;
int p_reap;
int p_active;