|
|
|
|
This verb specifies tracing options for the SNAP-IX TN server component.
This verb must be issued to a running node.
typedef struct set_tn_server_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_UINT16 trace_flags; /* trace flags */
unsigned char reserv3[6]; /* reserved */
} SET_TN_SERVER_TRACE;
The application supplies the following parameters:
The types of tracing required. To turn off all tracing, or to turn on tracing of all types, specify one of the following values:
No tracing.
Tracing of all types.
To activate tracing on specific message types, select one or more values from the list below, combined using a logical OR operation.
TCP/IP interface tracing: messages between TN server and TN3270 clients
Node interface tracing: internal control messages, and messages between TN server and TN3270 clients (in internal format)
Configuration message tracing: messages relating to the configuration of TN server
Internal node operator function (NOF) tracing: trace NOF requests made by TN server.
If the verb executes successfully, SNAP-IX returns the following parameters:
AP_OK
Not used.
Common Return Codes lists further combinations of primary and secondary return codes that are common to all NOF verbs.
|
|
|
|
|