diff options
Diffstat (limited to 'src/nng_compat.c')
| -rw-r--r-- | src/nng_compat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nng_compat.c b/src/nng_compat.c index ee52a074..41995dd9 100644 --- a/src/nng_compat.c +++ b/src/nng_compat.c @@ -741,7 +741,8 @@ nn_device(int s1, int s2) } -// You should not use this function if you can help it. +// nn_term is suitable only for shutting down the entire library, +// and is not thread-safe with other functions. void nn_term(void) { |
