HP-UX SNAplus2 NOF Programmer's Guide
NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DELETE_LU62_TIMEOUT
Chapter 3442
DELETE_LU62_TIMEOUT
The DELETE_LU62_TIMEOUT verb deletes a definition of an LU type
6.2 session timeout that was defined previously with a
DEFINE_LU62_TIMEOUT verb.
VCB Structure
typedef struct delete_lu62_timeout
{
AP_UINT16 opcode; /* verb operation code */
unsigned char reserv2;
unsigned char format; /* reserved */
AP_UINT16 primary_rc; /* primary return code */
AP_UINT32 secondary_rc; /* secondary return code */
unsigned char resource_type; /* resource type */
unsigned char resource_name[17]; /* resource name */
} DELETE_LU62_TIMEOUT;
Supplied Parameters
Supplied parameters are:
opcode
AP_DELETE_LU62_TIMEOUT
resource_type
Specifies the type of timeout being deleted. Possible
values are:
AP_GLOBAL_TIMEOUT
Delete timeouts that apply to all LU
6.2 sessions for the local node.
AP_LOCAL_LU_TIMEOUT
Delete timeouts that apply to all LU
6.2 sessions for the local LU specified
in the
resource_name
parameter.
AP_PARTNER_LU_TIMEOUT
Delete timeouts that apply to all LU
6.2 sessions to the partner LU
specified in the
resource_name
parameter.