HP-UX SNAplus2 CSV Programmer's Guide

Common Service Verbs Reference
DEFINE_TRACE (HP-UX Systems Only)
Chapter 254
unsigned short strg_size; /* Reserved. */
unsigned char reserv8[1]; /* Reserved. */
unsigned char phys_link[8]; /* Reserved. */
unsigned char reserv9[56]; /* Reserved. */
};
Supplied Parameters
The program using this verb supplies the following parameters:
opcode
SV_DEFINE_TRACE
dt_set
Specifies whether the DEFINE_TRACE verb is being
used to turn tracing on or to turn tracing off.
Possible values are:
SV_ON Enable tracing for a particular API if
the parameter for that API (
appc
,
comm_serv
,
ehllapi
, or
rui
) has bit
0 set to 1; do not modify tracing for
the API if the parameter has bit 0 set
to 0.
SV_OFF Disable tracing for a particular API if
the parameter for that API has bit 0
set to 1; do not modify tracing for the
API if the parameter has bit 0 set to
0.
appc
Specifies whether the state of APPC and CPI-C tracing
(on or off) is to be changed. This option controls both
APPC and CPI-C tracing; they cannot be controlled
independently.
SNAplus2 checks only the most significant bit (bit 0) of
this byte; other bits are ignored.
To enable or disable tracing for APPC and CPI-C,
depending on the
dt_set
parameter, set the most
significant bit of this byte to 1.
To leave tracing in its current state for APPC and
CPI-C, set the most significant bit of this byte to zero.
nof
Specifies whether the state of NOF API tracing (on or
off) is to be changed.