HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
SET_CENTRAL_LOGGING
3.174.1 VCB Structure
typedef struct set_buffer_availability
{
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 buf_avail; /* maximum buffer space available */
unsigned char reserv3[8]; /* reserved */
} SET_BUFFER_AVAILABILITY;
3.174.2 Supplied Parameters
The application supplies the following parameters:
opcode
AP_SET_BUFFER_AVAILABILITY
buf_avail
The maximum amount of STREAMS buffer space available, in bytes.
3.174.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
secondary_rc
Not used.
3.174.4 Returned Parameters: Other Conditions
Appendix B, Common Return Codes lists further combinations of primary and secondary return codes that are
common to all NOF verbs.
3.175 SET_CENTRAL_LOGGING
This verb species whether SNAplus2 log messages are sent to a central le from all servers, or to a separate le
on each server. For more information, see Section 3.179, SET_LOG_FILE.
This verb must be issued to the node that is currently acting as the central logger; for information about accessing
this node, see Section 3.7, CONNECT_NODE.
3.175.1 VCB Structure
typedef struct set_central_logging
{
AP_UINT16 opcode; /* verb operation code */
710