aboutsummaryrefslogtreecommitdiff
path: root/libsanitizer/tsan/tsan_report.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsanitizer/tsan/tsan_report.h')
-rw-r--r--libsanitizer/tsan/tsan_report.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsanitizer/tsan/tsan_report.h b/libsanitizer/tsan/tsan_report.h
index 42f52af..eae2b3c 100644
--- a/libsanitizer/tsan/tsan_report.h
+++ b/libsanitizer/tsan/tsan_report.h
@@ -46,6 +46,7 @@ struct ReportMop {
uptr addr;
int size;
bool write;
+ bool atomic;
Vector<ReportMopMutex> mset;
ReportStack *stack;