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. |