diff options
Diffstat (limited to 'compiler-rt/lib/tsan/rtl/tsan_report.h')
-rw-r--r-- | compiler-rt/lib/tsan/rtl/tsan_report.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler-rt/lib/tsan/rtl/tsan_report.h b/compiler-rt/lib/tsan/rtl/tsan_report.h index d0b9d7458bf..32b79d76a3f 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_report.h +++ b/compiler-rt/lib/tsan/rtl/tsan_report.h @@ -89,8 +89,9 @@ struct ReportThread { int id; uptr os_id; bool running; + bool workerthread; char *name; - int parent_tid; + u32 parent_tid; ReportStack *stack; }; |