#include <nng/transport/inproc/inproc.h>
int nng_inproc_register(void);
--- version: tip layout: manpage_v2 title: nng_inproc_register(3) ---
nng_inproc_register - register inproc transport
#include <nng/transport/inproc/inproc.h>
int nng_inproc_register(void);
The nng_inproc_register() function registers the
inproc transport for use.
| This function is deprecated, and may be removed from a future release. It is no longer necessary to explicitly register transports. |
This function returns 0 on success, and non-zero otherwise.
NNG_ENOMEM
|
Insufficient memory is available. |
NNG_ENOTSUP
|
The transport is not supported. |