diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-04-06 11:36:55 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-04-06 11:36:55 -0700 |
| commit | 175a87473a80b3376e0100900ba4e8d02fba4bf7 (patch) | |
| tree | 5e3d8130f87b35a4aebc19a3bbd218680b6f1181 /docs/man/nng_inproc_register.3.adoc | |
| parent | 410eba9514235058c42b922ecbf70e63e0a436e4 (diff) | |
| download | nng-175a87473a80b3376e0100900ba4e8d02fba4bf7.tar.gz nng-175a87473a80b3376e0100900ba4e8d02fba4bf7.tar.bz2 nng-175a87473a80b3376e0100900ba4e8d02fba4bf7.zip | |
transport registration docs (deprecated)
Diffstat (limited to 'docs/man/nng_inproc_register.3.adoc')
| -rw-r--r-- | docs/man/nng_inproc_register.3.adoc | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/docs/man/nng_inproc_register.3.adoc b/docs/man/nng_inproc_register.3.adoc deleted file mode 100644 index 8379a4e8..00000000 --- a/docs/man/nng_inproc_register.3.adoc +++ /dev/null @@ -1,47 +0,0 @@ -= nng_inproc_register(3) -// -// Copyright 2021 Staysail Systems, Inc. <info@staysail.tech> -// Copyright 2018 Capitar IT Group BV <info@capitar.com> -// -// This document is supplied under the terms of the MIT License, a -// copy of which should be located in the distribution where this -// file was obtained (LICENSE.txt). A copy of the license may also be -// found online at https://opensource.org/licenses/MIT. -// - -== NAME - -nng_inproc_register - register inproc transport - -== SYNOPSIS - -[source,c] ----- -#include <nng/transport/inproc/inproc.h> - -int nng_inproc_register(void); ----- - -== DESCRIPTION - -The `nng_inproc_register()` function registers the -((_inproc_ transport))(((transport, _inproc_))) for use. - -NOTE: This function is deprecated, and may be removed from a future release. -It is no longer necessary to explicitly register transports. - -== RETURN VALUES - -This function returns 0 on success, and non-zero otherwise. - -== ERRORS - -[horizontal] -`NNG_ENOMEM`:: Insufficient memory is available. -`NNG_ENOTSUP`:: The transport is not supported. - -== SEE ALSO - -[.text-left] -xref:nng_inproc.7.adoc[nng_inproc(5)], -xref:nng.7.adoc[nng(7)] |
