diff options
Diffstat (limited to 'runtime/src/ompt-specific.h')
-rw-r--r-- | runtime/src/ompt-specific.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/src/ompt-specific.h b/runtime/src/ompt-specific.h index 86fd928d03789..47d8a1669846f 100644 --- a/runtime/src/ompt-specific.h +++ b/runtime/src/ompt-specific.h @@ -26,7 +26,7 @@ void __ompt_lw_taskteam_init(ompt_lw_taskteam_t *lwt, kmp_info_t *thr, int gtid, ompt_data_t *ompt_pid, void *codeptr); void __ompt_lw_taskteam_link(ompt_lw_taskteam_t *lwt, kmp_info_t *thr, - int on_heap); + int on_heap, bool always = false); void __ompt_lw_taskteam_unlink(kmp_info_t *thr); |