From 031f7f441f88379d5359a6e96cdd2fe296052070 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Fri, 14 Jul 2017 19:43:09 -0700 Subject: Implemented asynchronous (fully) accept. This logic leaves a race condition in the dial side, which will be fixed with a subsequent change to convert that to fully asynchronous as well. --- src/core/pipe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/pipe.h') diff --git a/src/core/pipe.h b/src/core/pipe.h index 2f56e788..990dac9d 100644 --- a/src/core/pipe.h +++ b/src/core/pipe.h @@ -60,7 +60,7 @@ extern void nni_pipe_stop(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_ep *, nni_sock *, nni_tran *); +extern int nni_pipe_create(nni_pipe **, nni_sock *, nni_tran *); extern uint16_t nni_pipe_proto(nni_pipe *); extern uint16_t nni_pipe_peer(nni_pipe *); -- cgit v1.2.3-70-g09d2