1RLOAD(2)                      LAM REMOTE LIBRARY                      RLOAD(2)
2
3
4

NAME

6       rload - Load a file onto a LAM remote node.
7

SYNOPSIS

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

ARGUMENTS

12       src_node    source node for file
13
14       dest_node   where file will be temporarily stored
15
16       tag         an  arbitrary integer that will refer to file on the desti‐
17                   nation node
18
19       filename    full or partial pathname of file
20

DESCRIPTION

22       The transfer is done by the load daemon on the source  node  using  the
23       flat daemon on the destination node.  See rflat(2).
24
25       After  returning  from  rload()  the  tag  can  be converted to a local
26       address on the destination node using rget(2).
27

ERRORS

29       ENOFLDESCRIPTORS    The table of storage blocks (kept by the flat  dae‐
30                           mon) is full.
31

SEE ALSO

33       rflat(2), rpgo(2)
34
35
36
37LAM 7.1.2                         March, 2006                         RLOAD(2)
Impressum