rpdoom(2) - Linux man page

Name

rpdoom - Signal LAM processes on a remote node.

Synopsis

#include <preq.h>
#include <lam_ksignal.h>
int rpdoom(int node, int sflags, int svalue, int signum);

Arguments

node
target node where selected processes are running
sflags
selection method - See rpstate(2).
svalue
selection matching value, if required, otherwise ignored
signum
signal number, defined in <lam_ksignal.h> - See lam_ksignal(2).

Errors

ENOTPROCESS
A specific process was selected but it does not exist.
EINVAL
The signal number is invalid.

See Also

lam_ksignal(2), kdoom(2)

Referenced By

lpdetach(2)