Index: drc.h =================================================================== --- drc.h (revision 21203) +++ drc.h (revision 21204) @@ -38,6 +38,7 @@ struct drc_violation_s { unsigned long int uid; /* ID unique for each violation within the drc subsystem (for GUI identification of violations) */ + char *type; char *title; char *explanation;