File: rload.2

package info (click to toggle)
lam 6.5.6-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 15,464 kB
  • ctags: 11,670
  • sloc: ansic: 101,210; cpp: 12,146; sh: 10,821; makefile: 4,050; fortran: 218
file content (34 lines) | stat: -rw-r--r-- 808 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.TH RLOAD 2 "November, 2001" "LAM 6.5.6" "LAM REMOTE LIBRARY"
.SH NAME
rload \- Load a file onto a LAM remote node.
.SH SYNOPSIS
.HP
int rload(int src_node, int dest_node, int tag, char *filename);
.SH ARGUMENTS
.TP 12
src_node
source node for file
.TP
dest_node
where file will be temporarily stored
.TP
tag
an arbitrary integer that will refer to file on the destination node
.TP
filename
full or partial pathname of file
.SH DESCRIPTION
The transfer is done by the load daemon on the source node using
the flat daemon on the destination node.
See rflat(2).
.PP
After returning from
.I rload()
the tag can be converted to a local address on the destination node
using rget(2).
.SH ERRORS
.TP 20
ENOFLDESCRIPTORS
The table of storage blocks (kept by the flat daemon) is full.
.SH SEE ALSO
rflat(2), rpgo(2)