aboutsummaryrefslogtreecommitdiff
path: root/src/core/pipe.h
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-01-02 12:08:44 -0800
committerGarrett D'Amore <garrett@damore.org>2017-01-02 12:08:44 -0800
commit546c0d6ecc4267b9178f6eecb134e45c16b839cf (patch)
tree230b95a73300b4df32d352f01d6e7841875f3c1b /src/core/pipe.h
parent9eb080db1c450228169cc58f14d946211378fcf7 (diff)
downloadnng-546c0d6ecc4267b9178f6eecb134e45c16b839cf.tar.gz
nng-546c0d6ecc4267b9178f6eecb134e45c16b839cf.tar.bz2
nng-546c0d6ecc4267b9178f6eecb134e45c16b839cf.zip
Rename nni_socket to nni_sock.
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;