[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

Understanding the Diagnostic Subsystem for AIX

dl_srn Structure

The dl_srn structure is contained within the query_output structure. The dl_srn structure is defined in diag_log.h.

The dl_srn structure is defined as:

typedef struct _log_srn {
   char *name;                
   char *srn;
   char *errorText;
   query_fru *frus;             
}dl_srn;
name SRN's device name.
srn The Service Request Number.
errorText SRN's translated description text.
frus Pointer to the SRN's FRU list.

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]