rfioreadopt(3) debian man page | unix.com

Man Page: rfioreadopt

Operating Environment: debian

Section: 3

RFIOREADOPT(3)						      Rfio Library Functions						    RFIOREADOPT(3)

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
LCG
$Date: 2005/03/31 13:13:04 $ RFIOREADOPT(3)
Related Man Pages
rfio_ftell(3) - debian
rfio_lockf64(3) - debian
rfio_lockf(3) - debian
rfio_opendir(3) - debian
rfiosetopt(3) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Detecting unused variables...