summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'openmp/runtime/src/kmp.h')
-rw-r--r--openmp/runtime/src/kmp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openmp/runtime/src/kmp.h b/openmp/runtime/src/kmp.h
index 8ba85e80096..31bada0c41b 100644
--- a/openmp/runtime/src/kmp.h
+++ b/openmp/runtime/src/kmp.h
@@ -2140,6 +2140,9 @@ struct kmp_taskdata { /* aligned during dynamic
#if OMPT_SUPPORT
ompt_task_info_t ompt_task_info;
#endif
+#if OMP_41_ENABLED
+ kmp_task_team_t * td_task_team;
+#endif
#if KMP_HAVE_QUAD
_Quad td_dummy; // Align structure 16-byte size since allocated just before kmp_task_t
#else
OpenPOWER on IntegriCloud