diff options
Diffstat (limited to 'compiler-rt/lib/tsan/rtl/tsan_report.h')
-rw-r--r-- | compiler-rt/lib/tsan/rtl/tsan_report.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/tsan/rtl/tsan_report.h b/compiler-rt/lib/tsan/rtl/tsan_report.h index eacb10c819d..b2ce0dd66a2 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_report.h +++ b/compiler-rt/lib/tsan/rtl/tsan_report.h @@ -102,6 +102,7 @@ class ReportDesc { Vector<ReportMutex*> mutexes; Vector<ReportThread*> threads; ReportStack *sleep; + int count; ReportDesc(); ~ReportDesc(); |