rpdoom

Langue: en

Version: 59056 (mandriva - 22/10/07)

Section: 2 (Appels système)

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)