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

Understanding the Diagnostic Subsystem for AIX

dl_menugoal Structure

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

The query_fru structure is defined as:

typedef struct _log_menugoal {
   char *id;                
   char *text;             
}dl_menugoal;
id Six digit menu number.
text Translated menugoal text.

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