1RFIOREADOPT(3) Rfio Library Functions RFIOREADOPT(3)
2
3
4
6 rfioreadopt - get RFIO options
7
9 #include <sys/types.h>
10 #include "rfio_api.h"
11
12 int rfioreadopt (int opt)
13
15 rfioreadopt returns the option value.
16
17 opt can have on of the following values:
18
19 RFIO_READOPT
20
21 RFIO_NETOPT
22
23 RFIO_NETRETRYOPT
24
25 RFIO_CONNECTOPT
26
28 rfioreadopt returns the option value when successful or -1 if the oper‐
29 ation failed. In the latter case, serrno is set appropriately.
30
32 EINVAL opt is not a valid option.
33
35 rfiosetopt(3), rfio_open(3)
36
38 LCG Grid Deployment Team
39
40
41
42LCG $Date: 2005/03/31 13:13:04 $ RFIOREADOPT(3)