ENCINA(3) — Subroutines
NAME
tisam_issettimeout - sets the default timeout for a file descriptor
SYNOPSIS
int tisam_issettimeout (IN int isfd,
IN unsigned long timeout)
PARAMETERS
isfd Specifies a T-ISAM file descriptor.
timeout Specifies a new value for the default operation timeout.
DESCRIPTION
The tisam_issettimeout function changes the default operation timeout for a file descriptor. The new value replaces the default or any value set by a previous call to tisam_issettimeout.
The caller does not need any special authority on the file descriptor.
This function may also be called using the name issettimeout.
RETURN VALUES
This function returns 0 if successful. If it is not successful, the function returns - 1 and sets iserrno. If the reason for the failure is that the file is not open, the function sets iserrno to ENOTOPEN.
RELATED INFORMATION
Encina SFS Programming Guide
— March 1997