HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
QUERY_MODE
The size of the returned
mode_detail
structure, and therefore the offset to the start of the next entry in the data
buffer.
When your application needs to go through the returned buffer to nd each
mode_detail
structure in turn, it
must use this value to move to the correct offset for the next data structure, and must not use the C
sizeof()
operator. This is because the size of the returned overlay may increase in future releases of SNAplus2; using
the returned overlay size ensures that your application will continue to work with future releases.
mode_detail.mode_name
Mode name. This is an 8-byte type-A EBCDIC string, padded on the right with spaces if the name is shorter
than 8 characters.
mode_detail.description
A null-terminated text string describing the mode, as specied in the denition of the mode.
mode_detail.sess_limit
Current session limit.
mode_detail.act_sess_count
Total number of active sessions between the specied local LU and partner LU using the mode.
mode_detail.fqplu_name
Fully qualied name of the partner LU. The name is a 17-byte EBCDIC string, right-padded with EBCDIC
spaces. It consists of a network ID of up to 8 A-string characters, an EBCDIC dot (period) character, and a
network name of up to 8 A-string characters.
mode_detail.min_conwinners_source
Species the minimum number of sessions on which the local LU is the contention winner.
mode_detail.min_conwinners_target
Species the minimum number of sessions on which the local LU is the contention loser.
mode_detail.drain_source
Species whether the local LU satises waiting session requests before deactivating a session when session
limits are changed or reset. Possible values are:
AP_YES
Waiting session requests will be satised before sessions are deactivated.
AP_NO
Waiting session requests will not be satised.
mode_detail.drain_partner
Species whether the partner LU satises waiting session requests before deactivating a session when session
limits are changed or reset. Possible values are:
AP_YES
Waiting session requests will be satised before sessions are deactivated.
AP_NO
Waiting session requests will not be satised.
mode_detail.auto_act
Number of contention winner sessions that are automatically activated following the CNOS exchange with
the partner LU.
mode_detail.act_cw_count
547