HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF Indications
DLUR_LU_INDICATION
deactivated
Specifies whether the DLC has become inactive or become active. Possible values are:
AP_YES
The DLC has become inactive.
AP_NO
The DLC has become active.
dlc_name
Name of DLC. This is an 8-byte ASCII string, padded on the right with spaces if the name is shorter than 8
bytes.
description
A null-terminated text string describing the DLC, as specified in the definition of the DLC.
4.4 DLUR_LU_INDICATION
This indication is generated when a DLUR LU is activated or deactivated. This indication can be used by a registered
application to maintain a list of currently active DLUR LUs.
4.4.1 VCB Structure
typedef struct dlur_lu_indication
{
AP_UINT16 opcode; /* Indication 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 reason; /* reason for this indication */
unsigned char lu_name[8]; /* LU name */
unsigned char pu_name[8]; /* PU name */
unsigned char nau_address; /* NAU address */
unsigned char reserv5[7]; /* reserved */
} DLUR_LU_INDICATION;
4.4.2 Parameters
opcode
AP_DLUR_LU_INDICATION
primary_rc
AP_OK
data_lost
Specifies whether any previous directory 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
758