aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp_pool_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-generic/include/odp_pool_internal.h')
-rw-r--r--platform/linux-generic/include/odp_pool_internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/linux-generic/include/odp_pool_internal.h b/platform/linux-generic/include/odp_pool_internal.h
index dc4754710..dc9f0d207 100644
--- a/platform/linux-generic/include/odp_pool_internal.h
+++ b/platform/linux-generic/include/odp_pool_internal.h
@@ -20,6 +20,7 @@ extern "C" {
#include <odp/api/shared_memory.h>
#include <odp/api/ticketlock.h>
+#include <odp/api/align.h>
#include <odp_buffer_internal.h>
#include <odp_config_internal.h>
@@ -94,7 +95,7 @@ typedef struct pool_t {
pool_destroy_cb_fn ext_destroy;
void *ext_desc;
- struct ODP_CACHE_ALIGNED {
+ struct ODP_ALIGNED_CACHE {
odp_atomic_u64_t alloc_ops;
odp_atomic_u64_t alloc_fails;
odp_atomic_u64_t free_ops;