High Availability Monitors Version A.03.02 Release Notes

NOF API Verbs (QUERY Verbs)
QUERY_TP_DEFINITION
Chapter 4 967
typedef struct tp_chars
{
unsigned char description[32]; /* resource description */
unsigned char security_list_name[14] /* security access list name */
unsigned char reserv1[2]; /* reserved */
unsigned char conv_type; /* conversation type */
unsigned char security_rqd; /* security support */
unsigned char sync_level; /* synchronization level support */
unsigned char dynamic_load; /* dynamic load */
unsigned char enabled; /* is the TP enabled? */
unsigned char pip_allowed; /* program initialization */
/* parameters supported */
unsigned char duplex_support; /* duplex type(s) supported */
unsigned char reserv3[10]; /* reserved */
AP_UINT16 tp_instance_limit; /* limit on currently active TP */
/* instances */
AP_UINT16 tp_data_len; /* reserved */
unsigned char tp_data[120]; /* reserved */
} TP_CHARS;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_QUERY_TP_DEFINITION
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 TPs for which data should be
returned. To request data for a specific TP rather than