aboutsummaryrefslogtreecommitdiff
path: root/example/packet/odp_pktio.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/packet/odp_pktio.c')
-rw-r--r--example/packet/odp_pktio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/packet/odp_pktio.c b/example/packet/odp_pktio.c
index 040571b..a3a8692 100644
--- a/example/packet/odp_pktio.c
+++ b/example/packet/odp_pktio.c
@@ -381,7 +381,7 @@ int main(int argc, char *argv[])
params.pkt.num = SHM_PKT_POOL_SIZE/SHM_PKT_POOL_BUF_SIZE;
params.type = ODP_POOL_PACKET;
- pool = odp_pool_create("packet_pool", ODP_SHM_NULL, &params);
+ pool = odp_pool_create("packet_pool", &params);
if (pool == ODP_POOL_INVALID) {
EXAMPLE_ERR("Error: packet pool create failed.\n");