aboutsummaryrefslogtreecommitdiff
path: root/example/reader_util.h
diff options
context:
space:
mode:
authorNardi Ivan <nardi.ivan@gmail.com>2020-06-10 18:58:16 +0200
committerNardi Ivan <nardi.ivan@gmail.com>2020-06-28 12:05:12 +0200
commitece5d3e1991f92081ce9cc5db43ce202fc29638e (patch)
tree5ee39a4b0f32cf06552bfbdb728ad98b9dc5b309 /example/reader_util.h
parent2cdf7ce80635071dddc45ac2851ae353ae462ba7 (diff)
Fix (harmless) memory leaks when DPDK is enabled
Diffstat (limited to 'example/reader_util.h')
-rw-r--r--example/reader_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/reader_util.h b/example/reader_util.h
index 8298e2ef8..d49ba6392 100644
--- a/example/reader_util.h
+++ b/example/reader_util.h
@@ -50,6 +50,7 @@
#define PREFETCH_OFFSET 3
extern int dpdk_port_init(int port, struct rte_mempool *mbuf_pool);
+extern int dpdk_port_deinit(int port);
#endif
/* ETTA Spec defiintions for feature readiness */