HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF Indications
NN_TOPOLOGY_TG_INDICATION
Virtual routing node.
branch_aware
Specifies whether the node supports branch awareness, APPN Option Set 1120.
AP_NO
The node does not support option set 1120.
AP_YES
The node supports option set 1120.
4.17 NN_TOPOLOGY_TG_INDICATION
This indication is generated when a TG entry in a network node’s topology database is activated or deactivated.
4.17.1 VCB Structure
typedef struct nn_topology_tg_indication
{
AP_UINT16 opcode; /* verb operation code */
unsigned char reserv2; /* reserved */
unsigned char format; /* reserved */
AP_UINT16 primary_rc; /* primary return code */
AP_UINT32 secondary_rc; /* secondary return code */
unsigned char data_lost; /* previous indication lost */
unsigned char status; /* TG status */
unsigned char owner[17]; /* name of TG owner node */
unsigned char dest[17]; /* name of TG destination node */
unsigned char tg_num; /* TG number */
unsigned char owner_type; /* type of node that owns TG */
unsigned char dest_type; /* TG destination node type */
unsigned char cp_cp_session_active; /* are CP-CP sessions active? */
unsigned char branch_tg; /* is this a branch link? */
unsigned char multilink_tg; /* reserved */
unsigned char reserva[15]; /* reserved */
} NN_TOPOLOGY_TG_INDICATION;
4.17.2 Parameters
opcode
AP_NN_TOPOLOGY_TG_INDICATION
primary_rc
AP_OK
data_lost
Specifies whether any previous NN topology TG indications have been lost. If SNAplus2 detects a condition
that prevents it from sending an indication (for example an internal resource shortage), it indicates this by
setting the data_lost parameter on the next indication after the condition has cleared. Possible values are:
AP_YES
One or more previous NN topology TG indications were lost. Later fields in this VCB may be set to
zeros.
791