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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/odp/api/spec/schedule_types.h b/include/odp/api/spec/schedule_types.h
index 8a4e42c64..397f98fcd 100644
--- a/include/odp/api/spec/schedule_types.h
+++ b/include/odp/api/spec/schedule_types.h
@@ -146,7 +146,7 @@ typedef struct odp_schedule_param_t {
/** Ordered lock count for this queue
*
* Default value is 0. */
- unsigned lock_count;
+ uint32_t lock_count;
} odp_schedule_param_t;
/**