[Previous]
[Contents]
[Next]

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. 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.

Examples:

See qnx_proxy_attach().

Classification:

QNX

Safety:
Interrupt handler No
Signal handler Yes, but modifies errno
Thread Yes

See also:

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


[Previous]
[Contents]
[Next]