rfioreadopt(3) - Linux man page

Name

rfioreadopt - get RFIO options

Synopsis

#include <sys/types.h>
#include "rfio_api.h"

int rfioreadopt (int opt)

Description

rfioreadopt returns the option value.
opt
can have on of the following values:
RFIO_READOPT
RFIO_NETOPT
RFIO_NETRETRYOPT
RFIO_CONNECTOPT

Return Value

rfioreadopt returns the option value when successful or -1 if the operation failed. In the latter case, serrno is set appropriately.

Errors

EINVAL
opt is not a valid option.

See Also

rfiosetopt(3), rfio_open(3)

Author

LCG Grid Deployment Team