HP-UX SNAplus2 NOF Programmer's Guide
NOF API Verbs (REGISTER_INDICATION_SINK to UNREGISTER_INDICATION_SINK)
SET_BCK_CS_TRACE
Chapter 5 1029
SET_BCK_CS_TRACE
This verb speciļ¬es options for back-level client-server tracing (tracing of
data sent between a current-level SNAplus2 server and a back-level
server or client). It is used only when you are in the processs of migrating
a client-server SNAplus2 system to a new release of the software, so that
one or more servers are running the current-level software and providing
support for computers running the back-level software. For more
information about the migration process and on support for back-level
computers, see the HP-UX SNAplus2 Upgrade Guide.
This verb must be issued to a running node on a computer where the
back-level support software is running (for more information, see the
HP-UX SNAplus2 Upgrade Guide).
VCB Structure
typedef struct set_bck_cs_trace
{
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 trace_flags; /* trace flags */
unsigned char init_flags; /* YES if initializing flags */
unsigned char set_flags; /* YES if setting flags */
/* NO if unsetting flags */
} SET_BCK_CS_TRACE;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_SET_BCK_CS_TRACE
trace_flags
The types of tracing required. To turn off all tracing, or
to turn on tracing of all types, specify one of the
following values:
AP_BCK_NO_TRACE
No tracing.