diff options
Diffstat (limited to 'src/core/endpt.h')
| -rw-r--r-- | src/core/endpt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/endpt.h b/src/core/endpt.h index 6230ca9f..dbd9ec42 100644 --- a/src/core/endpt.h +++ b/src/core/endpt.h @@ -31,7 +31,7 @@ struct nni_ep { int ep_close; // full shutdown int ep_bound; // true if we bound locally nni_cv ep_cv; - int ep_holds; // user references (by id) + int ep_holds; // user references (by id) nni_cv ep_holdcv; nni_pipe * ep_pipe; // Connected pipe (dialers only) }; |
