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