Notify Administrator of Network Event
struct admin_other_info {
short alrtad_errcode;
short alrtad_numstrings;
};
/* followed by 0-9 consecutive ASCIIZ strings
unsigned char mergestrings [][];
*/
where:
- alrtad_errcode is the error code for the new
message in the message log file.
- alrtad_numstrings indicates the number (0-9)
of consecutive ASCIIZ strings that mergestrings contains.
- mergestrings is a series of consecutive ASCIIZ
strings that make up the error message indicated by alrtad_errcode.
[Back: Entry Made to Error Log File]
[Next: Notify User of an Event]