aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp_queue_basic_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-generic/include/odp_queue_basic_internal.h')
-rw-r--r--platform/linux-generic/include/odp_queue_basic_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linux-generic/include/odp_queue_basic_internal.h b/platform/linux-generic/include/odp_queue_basic_internal.h
index 06cb34a87..4cfc6770b 100644
--- a/platform/linux-generic/include/odp_queue_basic_internal.h
+++ b/platform/linux-generic/include/odp_queue_basic_internal.h
@@ -35,7 +35,7 @@ extern "C" {
struct queue_entry_s {
/* The first cache line is read only */
- 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;