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)

rload(2)


RLOAD

RLOAD

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ERRORS
SEE ALSO

NAME

rload − Load a file onto a LAM remote node.

SYNOPSIS

int rload(int src_node, int dest_node, int tag, char *filename);

ARGUMENTS

src_node

source node for file

dest_node

where file will be temporarily stored

tag

an arbitrary integer that will refer to file on the destination node

filename

full or partial pathname of file

DESCRIPTION

The transfer is done by the load daemon on the source node using the flat daemon on the destination node. See rflat(2).

After returning from rload() the tag can be converted to a local address on the destination node using rget(2).

ERRORS

ENOFLDESCRIPTORS

The table of storage blocks (kept by the flat daemon) is full.

SEE ALSO

rflat(2), rpgo(2)



rload(2)