#include <defines.h>
Data Fields | |
| char | type |
| int | id |
| time_t | timestamp |
| char * | reason |
| exclude_reason * | next |
|
|
Specifies the numerical ID of the exclusion (type and id together make a unique identifier) |
|
|
Pointer to the next exclusion reason structure |
|
|
String containing reason for exclusion |
|
|
Time that the reason was added to the CDD |
|
|
Specifies the type of exclusion (L=line, T=toggle, M=memory, E=expression, F=FSM, A=assertion) |
1.3.4