Query: rfioreadopt
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RFIOREADOPT(3) Rfio Library Functions RFIOREADOPT(3)NAMErfioreadopt - get RFIO optionsSYNOPSIS#include <sys/types.h> #include "rfio_api.h" int rfioreadopt (int opt)DESCRIPTIONrfioreadopt returns the option value. opt can have on of the following values: RFIO_READOPT RFIO_NETOPT RFIO_NETRETRYOPT RFIO_CONNECTOPTRETURN VALUErfioreadopt returns the option value when successful or -1 if the operation failed. In the latter case, serrno is set appropriately.ERRORSEINVAL opt is not a valid option.SEE ALSOrfiosetopt(3), rfio_open(3)AUTHORLCG Grid Deployment TeamLCG$Date: 2005/03/31 13:13:04 $ RFIOREADOPT(3)