aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp_queue_scalable_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-generic/include/odp_queue_scalable_internal.h')
-rw-r--r--platform/linux-generic/include/odp_queue_scalable_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/linux-generic/include/odp_queue_scalable_internal.h b/platform/linux-generic/include/odp_queue_scalable_internal.h
index 3c582076c..8b9eac435 100644
--- a/platform/linux-generic/include/odp_queue_scalable_internal.h
+++ b/platform/linux-generic/include/odp_queue_scalable_internal.h
@@ -34,11 +34,11 @@ extern "C" {
struct queue_entry_s {
sched_elem_t sched_elem;
- odp_ticketlock_t ODP_ALIGNED_CACHE lock;
+ odp_ticketlock_t lock ODP_ALIGNED_CACHE;
odp_atomic_u64_t num_timers;
int status;
- queue_enq_fn_t ODP_ALIGNED_CACHE enqueue;
+ queue_enq_fn_t enqueue ODP_ALIGNED_CACHE;
queue_deq_fn_t dequeue;
queue_enq_multi_fn_t enqueue_multi;
queue_deq_multi_fn_t dequeue_multi;