Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

RedHat 6.2

(Zoot)

rpdoom(2)


RPDOOM

RPDOOM

NAME
SYNOPSIS
ARGUMENTS
ERRORS
SEE ALSO

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)



rpdoom(2)