HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
QUERY_BCK_CS_TRACE
3.93 QUERY_BCK_CS_TRACE
This verb returns information about the current 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
Migration 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 Migration Guide).
3.93.1 VCB Structure
typedef struct query_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 reserv3[8]; /* Reserved */
} QUERY_BCK_CS_TRACE;
3.93.2 Supplied Parameters
The application supplies the following parameter:
opcode
AP_QUERY_BCK_CS_TRACE
3.93.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
secondary_rc
Not used.
trace_flags
The types of tracing currently active. If no tracing is active, this is set to
AP_BCK_NO_TRACE.
If tracing is being used on specific interfaces, this parameter is set to one or more values from the list below,
combined using a logical OR operation.
AP_BCK_UDP_TRACE
UDP messages
AP_BCK_TCP_TRACE
TCP messages
AP_BCK_UDP_TEXT
352