1RRSETRENTS(2) LAM NETWORK LIBRARY RRSETRENTS(2)
2
3
4
6 rrsetrents, rremrent - Set LAM route information.
7
9 #include <rreq.h>
10
11 int rrsetrents (int node, struct route *rents, nrents);
12 int rremrent (int node, int remnode);
13
15 node where route information will be updated
16
17 rents array of route information structures (see getrents(2))
18
19 nrents array length
20
21 remnode node whose route information will be removed
22
24 New nodes are added to the local route daemon by rrsetrents(). If the
25 node already exists, its information is updated. Existing nodes are
26 removed by rremrent().
27
28 Simply changing information in the local route daemon does not ensure
29 that the changes are immediately visible to client processes. The LAM
30 runtime system caches route information and the cache should be flushed
31 if node information is changed or removed.
32
34 getrent(2)
35
36
37
38LAM 7.1.2 March, 2006 RRSETRENTS(2)