High Availability Monitors Version A.03.02 Release Notes

NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DEFINE_LS
Chapter 3260
AP_UINT32 card_type; /* reserved */
AP_UINT32 adapter_number; /* reserved */
AP_UINT32 oem_data_length; /* reserved */
int mux_ids[5]; /* reserved */
} V0_MUX_INFO;
For Token Ring, Ethernet, or FDDI, the
address
parameter in the
link_address structure is replaced by the following:
typedef struct tr_address
{
unsigned char mac_address[6]; /* MAC address */
unsigned char lsap_address; /* local SAP address */
} TR_ADDRESS;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_DEFINE_LS
ls_name
Name of link station. This is an 8-byte ASCII string,
padded on the right with spaces if the name is shorter
than 8 bytes.
def_data.description
A null-terminated text string (0-31 characters followed
by a null character) describing the LS. This string is for
information only; it is stored in the node's configuration
file and returned on the QUERY_LS, QUERY_PU, and
QUERY_DOWNSTREAM_PU verbs, but SNAplus2
does not make any other use of it.
def_data.initially_active
Specifies whether this LS is automatically started
when the node is started. Possible values are:
AP_YES
The LS is automatically started when the node is
started.