aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/schedule_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/odp/api/spec/schedule_types.h')
-rw-r--r--include/odp/api/spec/schedule_types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/odp/api/spec/schedule_types.h b/include/odp/api/spec/schedule_types.h
index 09d812528..b90cd5062 100644
--- a/include/odp/api/spec/schedule_types.h
+++ b/include/odp/api/spec/schedule_types.h
@@ -225,6 +225,10 @@ typedef struct odp_schedule_capability_t {
* The specification is the same as for the blocking implementation. */
odp_support_t waitfree_queues;
+ /** Order wait support. If not supported, odp_schedule_order_wait()
+ * does nothing. */
+ odp_support_t order_wait;
+
} odp_schedule_capability_t;
/**