diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-01-01 19:48:10 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-01-01 19:48:10 -0800 |
| commit | 783470724ed22b315f2ecc4e3b1ac9d199d44ea2 (patch) | |
| tree | d4883f305b1f2c6f57710cd8900f4b0932ae14c0 /src/core/endpt.h | |
| parent | bbed172a2b38f9227ca9e1c02a933df068e5eaf7 (diff) | |
| download | nng-783470724ed22b315f2ecc4e3b1ac9d199d44ea2.tar.gz nng-783470724ed22b315f2ecc4e3b1ac9d199d44ea2.tar.bz2 nng-783470724ed22b315f2ecc4e3b1ac9d199d44ea2.zip | |
Final purge of old threading & synch stuff.
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 757d58ce..28a52e81 100644 --- a/src/core/endpt.h +++ b/src/core/endpt.h @@ -25,7 +25,7 @@ struct nng_endpt { int ep_mode; int ep_close; // full shutdown int ep_bound; // true if we bound locally - nni_cond ep_cv; + nni_cv ep_cv; nni_pipe * ep_pipe; // Connected pipe (dialers only) }; |
