aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/ompt-specific.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/src/ompt-specific.h')
-rw-r--r--runtime/src/ompt-specific.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/src/ompt-specific.h b/runtime/src/ompt-specific.h
index 8cf7450..317580f 100644
--- a/runtime/src/ompt-specific.h
+++ b/runtime/src/ompt-specific.h
@@ -41,7 +41,7 @@ int __ompt_get_parallel_info_internal(int ancestor_level,
int __ompt_get_task_info_internal(int ancestor_level, int *type,
ompt_data_t **task_data,
- omp_frame_t **task_frame,
+ ompt_frame_t **task_frame,
ompt_data_t **parallel_data, int *thread_num);
ompt_data_t *__ompt_get_thread_data_internal();
@@ -93,7 +93,7 @@ inline kmp_info_t *ompt_get_thread() {
return ompt_get_thread_gtid(gtid);
}
-inline void ompt_set_thread_state(kmp_info_t *thread, omp_state_t state) {
+inline void ompt_set_thread_state(kmp_info_t *thread, ompt_state_t state) {
thread->th.ompt_thread_info.state = state;
}