Rechercher une page de manuel
rload
Langue: en
Version: 59054 (mandriva - 22/10/07)
Section: 2 (Appels système)
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)Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre