qnx_proxy_detach

release a proxy process

Synopsis:

#include <sys/proxy.h>
int qnx_proxy_detach( pid_t proxy );

Description:

The qnx_proxy_detach() function releases the proxy process with ID proxy, which must be attached to your process or created by it. When a process dies, all proxies attached to it are removed.

Returns:

0
Success
(-1)
An error occurred. errno is set to indicate the error.

Errors:

EPERM
You aren't the owner of the proxy.
ESRCH
The proxy doesn't exist.

See also:

errno, qnx_proxy_attach(), qnx_proxy_rem_detach(), Receive(), Send(), Trigger()

Examples:

See qnx_proxy_attach().

Classification:

QNX

Systems:

QNX