High Availability Monitors Version A.03.02 Release Notes
NOF API Verbs (QUERY Verbs)
QUERY_LOCAL_LU
Chapter 4698
NB_COUNTER send_data_frames; /* number of data frames sent */
NB_COUNTER send_fmd_data_frames; /* num of fmd data frames sent */
NB_COUNTER send_data_bytes; /* number of data bytes sent */
NB_COUNTER rcv_data_frames; /* num data frames received */
NB_COUNTER rcv_fmd_data_frames; /* num of fmd data frames recvd */
NB_COUNTER rcv_data_bytes; /* number of data bytes received*/
unsigned char sidh; /* session ID high byte */
unsigned char sidl; /* session ID low byte */
unsigned char odai; /* ODAI bit set */
unsigned char ls_name; /* link station name */
unsigned char pacing_type; /* type of pacing in use */
} SESSION_STATS;
typedef struct routing_data
{
unsigned char sys_name[64]; /* Name of target system for TP */
signed long timeout; /* timeout value in seconds */
unsigned char back_level; /* is target system back-level? */
unsigned char reserved[59]; /* reserved */
} ROUTING_DATA;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_QUERY_LOCAL_LU
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 LUs for which data should be
returned. To request data for a specific LU rather than
a range, specify the value 1. To return as many entries
as possible, specify zero; in this case, SNAplus2 will
return the maximum number of entries that can be
accommodated in the supplied data buffer.
list_options
The position in the list from which SNAplus2 should