High Availability Monitors Version A.03.02 Release Notes

NOF API Verbs (QUERY Verbs)
QUERY_LU62_TIMEOUT
Chapter 4778
AP_UINT16 total_num_entries; /* total number of entries */
unsigned char list_options; /* list options */
unsigned char reserv3; /* reserved */
unsigned char resource_type; /* resource type */
unsigned char resource_name[17]; /* resource name */
} QUERY_LU62_TIMEOUT;
typedef struct lu62_timeout_data
{
AP_UINT16 overlay_size; /* overlay size */
unsigned char resource_type; /* resource type */
unsigned char resource_name[17]; /* resource name */
AP_UINT16 timeout; /* timeout */
} LU62_TIMEOUT_DATA;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_QUERY_LU62_TIMEOUT
overlay_size
For compatability with future releases of SNAplus2,
your application must use this field to determine the
exact length of the overlay structure returned, and
should not rely on the use of the sizeof() function.
buf_ptr
A pointer to a data buffer that SNAplus2 will use to
return the requested information.
buf_size
Size of the supplied data buffer.
num_entries
Maximum number of entries for which data should be
returned. To request data for a specific entry rather
than a range, specify the value 1. To return as many
entries as possible, specify 0; in this case, SNAplus2
will return the maximum numberof entries that can be
accommodated in the supplied data buffer.