Reference Guide
ZCOM C I/F Library Routines
ZEVENT_RCVR (3X)
Chapter 4 229
einfop This data structure contains any event class specific information needed to
carry out the action specified. Some of this information is optional, some of it
is required (depending on the action and eclass values). The fields in this
data structure are listed below with their dependent class types given in
parenthesis.
src_node (ZcNODE_STATUS) - This is the node that should be used to detect
the node status changes. It can be the local or a remote node. This field is
required when ZcNODE_STATUS is specified in the eclass parameter.
target_node (ZcNODE_STATUS) - This is the node that should be
monitored. If the src_node detects a change in the status of the target_node
or the link between the src_node and target_nodes, an event message will be
generated. If target_node is assigned the value ZcALL_NODES, then all
nodes (from the src_node’s perspective) will be monitored. This field is
required when ZcNODE_STATUS is specified in the eclass parameter.