HP-UX SNAplus2 NOF Programmer's Guide
NOF API Verbs (QUERY Verbs)
QUERY_CS_TRACE
Chapter 4588
QUERY_CS_TRACE
This verb returns information about the current tracing options for data
sent between computers on the SNAplus2 LAN. For more information
about tracing options, see the HP-UX SNAplus2 Administration Guide.
This verb may be issued to a running node, or to a HP-UX client
computer on which the SNAplus2 software is running. To obtain a target
handle for the client in order to issue this verb, use the
CONNECT_NODE verb without specifying a node name; the NOF
application must be running on the client.
On Windows clients, client-server tracing is controlled by options in the
sna.ini file. For more information, see the HP-UX SNAplus2
Administration Guide.
VCB Structure
typedef struct query_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 */
unsigned char dest_sys[64]; /* node to which messages are traced */
AP_UINT16 trace_flags; /* trace flags */
AP_UINT16 trace_direction; /* direction (send/rcv/both) to trace */
} QUERY_CS_TRACE;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_QUERY_CS_TRACE
dest_sys
The server name for which tracing options are being
queried. This is an ASCII string, padded on the right
with spaces if the name is shorter than 64 characters.