aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/ompt-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/src/ompt-internal.h')
-rw-r--r--runtime/src/ompt-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/src/ompt-internal.h b/runtime/src/ompt-internal.h
index 5a6beaf88cae..958b5943af38 100644
--- a/runtime/src/ompt-internal.h
+++ b/runtime/src/ompt-internal.h
@@ -81,6 +81,7 @@ typedef struct {
ompt_state_t state;
ompt_wait_id_t wait_id;
int ompt_task_yielded;
+ int parallel_flags; // information for the last parallel region invoked
void *idle_frame;
} ompt_thread_info_t;