Fixed error in order of EventTypeDescriptions -- seq and par GC come after start...
authordonnie@darthik.com <unknown>
Fri, 3 Apr 2009 03:43:22 +0000 (03:43 +0000)
committerdonnie@darthik.com <unknown>
Fri, 3 Apr 2009 03:43:22 +0000 (03:43 +0000)
commit0292156b69dbbf7ee2b494ba26ca1b7f28182ab6
tree74b10ba67f9f98392134916a14c2bc399cd2677b
parente8d7985d56595f6b8004546bedc41627ca70c528
Fixed error in order of EventTypeDescriptions -- seq and par GC come after start and finish GC.
EventTypeDescriptions order must be synchronized with the event type
definitions in includes/EventLogFormat.h for the definitions to correctly
index with the matching description.
rts/eventlog/EventLog.c