aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_packet_vector.c
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-generic/odp_packet_vector.c')
-rw-r--r--platform/linux-generic/odp_packet_vector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linux-generic/odp_packet_vector.c b/platform/linux-generic/odp_packet_vector.c
index 98f373814..d97bb96a1 100644
--- a/platform/linux-generic/odp_packet_vector.c
+++ b/platform/linux-generic/odp_packet_vector.c
@@ -39,7 +39,7 @@ odp_packet_vector_t odp_packet_vector_alloc(odp_pool_t pool)
{
odp_buffer_t buf;
- ODP_ASSERT(pool_entry_from_hdl(pool)->params.type == ODP_POOL_VECTOR);
+ ODP_ASSERT(pool_entry_from_hdl(pool)->type == ODP_POOL_VECTOR);
buf = odp_buffer_alloc(pool);
if (odp_unlikely(buf == ODP_BUFFER_INVALID))