High Availability Monitors Version A.03.02 Release Notes
NOF API Verbs (QUERY Verbs)
QUERY_LU_0_TO_3
Chapter 4748
AP_UINT32 rcv_data_frames; /* number of data frames received */
AP_UINT32 rcv_fmd_data_frames; /* num fmd data frames received */
AP_UINT32 rcv_data_bytes; /* number of data bytes received */
unsigned char sidh; /* session ID high byte (from LFSID)*/
unsigned char sidl; /* session ID low byte (from LFSID) */
unsigned char odai; /* ODAI bit set */
unsigned char ls_name[8]; /* Link station name */
unsigned char pacing_type; /* type of pacing in use */
} SESSION_STATS;
typedef struct lu_0_to_3_def_data
{
unsigned char description[32]; /* resource description */
unsigned char reserv1[16]; /* reserved */
unsigned char nau_address; /* LU NAU address */
unsigned char pool_name[8]; /* LU Pool name */
unsigned char pu_name[8]; /* PU name */
unsigned char priority; /* LU priority */
unsigned char lu_model; /* LU model (type) */
unsigned char sscp_id[6]; /* SSCP ID */
AP_UINT16 timeout; /* Timeout */
unsigned char app_spec_def_data[16]; /* application-specified data */
} LU_0_TO_3_DEF_DATA;
If the
app_type
parameter in the lu_0_to_3_det_data structure is set
to AP_FMI_APPLICATION, the
app_spec_det_data
field contains the
following structure:
typedef struct session_user_info
{
unsigned char user_name[32]; /* 3270 user name */
unsigned char system_name[64]; /* computer name */
AP_UINT32 user_pid; /* process ID */
AP_UINT32 user_type; /* type of application using LU */
AP_UINT32 user_uid; /* user ID */
AP_UINT32 user_gid; /* group ID */
unsigned char user_gname[32]; /* group name */
unsigned char reserv4[32]; /* reserved */
} SESSION_USER_INFO;
If the
app_type
parameter in the lu_0_to_3_det_data structure is set
to AP_RJE_WKSTN, the
app_spec_det_data
field contains the same
structure as the 3270 structure above except that the
user_type
and
lu_model
parameters are set to AP_RJE_WKSTN and the
user_name