High Availability Monitors Version A.03.02 Release Notes

NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DEFINE_3270_DIAG
Chapter 3 161
typedef struct alert_3270_data
{
AP_UINT16 overlay_size; /* reserved */
unsigned char description[53]; /* description */
unsigned char parameter1[33]; /* parameter 1 */
unsigned char parameter2[33]; /* parameter 2 */
unsigned char parameter3[33]; /* parameter 3 */
} ALERT_3270_DATA;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_DEFINE_3270_DIAG
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.
def_data.rtm_overflow
Specifies whether to send RTM data to the host every
time one of the RTM counters overflows (reaches its
maximum value). There is a counter for each of the
intervals defined by the
rtm_thresh
values below.
Possible values are:
AP_YES
Send RTM data to the host each time a counter
overflows.
AP_NO
Do not send RTM data to the host at counter overflow.
RTM data may be lost when a counter overflows.
def_data.rtm_unbind
Specifies whether to send RTM data to the host every
time a 3270 session is unbound (ends). Possible values
are: