diff options
Diffstat (limited to 'src/core/pipe.h')
| -rw-r--r-- | src/core/pipe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/pipe.h b/src/core/pipe.h index 4bd11a17..6688f837 100644 --- a/src/core/pipe.h +++ b/src/core/pipe.h @@ -25,7 +25,7 @@ struct nng_pipe { nni_endpt * p_ep; }; - // Pipe operations that protocols use. +// Pipe operations that protocols use. extern int nni_pipe_recv(nni_pipe *, nng_msg **); extern int nni_pipe_send(nni_pipe *, nng_msg *); extern uint32_t nni_pipe_id(nni_pipe *); |
