From d7a4a138ba371e8a969a7fde8219c88870d288fc Mon Sep 17 00:00:00 2001 From: "Staysail Systems, Inc" Date: Thu, 22 Feb 2024 01:03:04 -0800 Subject: Manual page updates for v1.7.2 --- man/v1.7.2/nn_term.3compat.html | 97 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 man/v1.7.2/nn_term.3compat.html (limited to 'man/v1.7.2/nn_term.3compat.html') diff --git a/man/v1.7.2/nn_term.3compat.html b/man/v1.7.2/nn_term.3compat.html new file mode 100644 index 00000000..6d716cca --- /dev/null +++ b/man/v1.7.2/nn_term.3compat.html @@ -0,0 +1,97 @@ +--- +version: v1.7.2 +layout: manpage_v2 +title: nn_term(3compat) +--- +

nn_term(3compat)

+
+

NAME

+
+
+

nn_term - terminate library (compatible API)

+
+
+
+
+

SYNOPSIS

+
+
+
+
#include <nanomsg/nn.h>
+
+void nn_term(void);
+
+
+
+
+
+

DESCRIPTION

+
+
+

The nn_term() function closes any open sockets, and frees all resources +allocated by the library. +Any operations that are currently in progress will be terminated, and will +fail with error EBADF or ETERM.

+
+
+ + + + + +
+ + +This function is provided for API +compatibility with legacy libnanomsg. +Consider using the relevant modern API instead. +
+
+
+ + + + + +
+ + +This function is not thread-safe, and is not suitable for use +in library calls. +The intended purpose of this is to clean up at application termination; for +example by registering this function with atexit(). +This can help prevent false leak reports caused when memory checkers notice +global resources allocated by the library. +Libraries should never use this function, but should explicitly close their +own sockets directly. +
+
+
+
+
+

RETURN VALUES

+
+
+

None.

+
+
+
+
+

ERRORS

+
+
+

None.

+
+
+
+
+

SEE ALSO

+ +
-- cgit v1.2.3-70-g09d2