From f729db021a4fd7c782cc08a07185c955f3567ea2 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 2 Jan 2017 13:09:30 -0800 Subject: Endpoint renaming. --- src/core/pipe.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/pipe.h') diff --git a/src/core/pipe.h b/src/core/pipe.h index d3669235..f037bb3b 100644 --- a/src/core/pipe.h +++ b/src/core/pipe.h @@ -25,7 +25,7 @@ struct nng_pipe { size_t p_psize; // size of protocol data nni_list_node p_node; nni_sock * p_sock; - nni_endpt * p_ep; + nni_ep * p_ep; int p_reap; int p_active; nni_thr p_send_thr; @@ -40,7 +40,7 @@ extern void nni_pipe_close(nni_pipe *); // Used only by the socket core - as we don't wish to expose the details // of the pipe structure outside of pipe.c. -extern int nni_pipe_create(nni_pipe **, nni_endpt *); +extern int nni_pipe_create(nni_pipe **, nni_ep *); extern void nni_pipe_destroy(nni_pipe *); -- cgit v1.2.3-70-g09d2