High Availability Monitors Version A.03.02 Release Notes

NOF API Verbs (REGISTER_INDICATION_SINK to UNREGISTER_INDICATION_SINK)
UNREGISTER_INDICATION_SINK
Chapter 5 1077
UNREGISTER_INDICATION_SINK
UNREGISTER_INDICATION_SINK unregisters the NOF application so
that it no longer receives indications of a particular type (previously
specified using REGISTER_INDICATION_SINK).
If the application has registered more than once to accept multiple
indication types, it must unregister separately for each indication that it
no longer wants to receive.
This verb must always be issued using the asynchronous NOF API entry
point, including the callback routine that was supplied on the
REGISTER_INDICATION_SINK verb. (For more information about the
asynchronous NOF API entry point, see “Asynchronous Entry Point:
nof_async”).
This verb may be issued to the domain configuration file, to a running
node or to a server where the node is not running, or to the sna.net file,
depending on the type of indication for which the application is
unregistering.
VCB Structure
typedef struct unregister_indication_sink
{
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 */
AP_UINT32 proc_id; /* reserved */
AP_UINT16 queue_id; /* reserved */
AP_UINT16 indication_opcode; /* opcode of indication to be unsunk */
} UNREGISTER_INDICATION_SINK;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_UNREGISTER_INDICATION_SINK