High Availability Monitors Version A.03.02 Release Notes

NOF API Verbs (QUERY Verbs)
QUERY_DLUR_PU
Chapter 4 629
unsigned char initially_active; /* is the PU initially active? */
unsigned char reserv1[15]; /* reserved */
unsigned char defined_dlus_name[17]; /* defined DLUS name */
unsigned char bkup_dlus_name[17]; /* backup DLUS name */
unsigned char pu_id[4]; /* PU identifier */
unsigned char pu_location; /* downstream or local PU */
unsigned char active_dlus_name[17]; /* active DLUS name */
unsigned char ans_support; /* auto network shutdown support*/
unsigned char pu_status; /* status of the PU */
unsigned char dlus_session_status; /* status of the DLUS pipe */
unsigned char reserv3; /* reserved */
FQPCID fqpcid; /* FQPCID used on pipe */
AP_UINT16 dlus_retry_timeout; /* DLUR retry timeout */
AP_UINT16 dlus_retry_limit; /* DLUR retry limit */
} DLUR_PU_DETAIL
typedef struct fqpcid
{
unsigned char pcid[8]; /* procedure correlator identifier */
unsigned char fqcp_name[17]; /* originator's network qualified */
/* CP name */
unsigned char reserve3[3]; /* reserved */
} FQPCID;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_QUERY_DLUR_PU
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.