mbuf: fix reset on mbuf free
[dpdk.git] / lib / librte_graph / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(C) 2020 Marvell International Ltd.
3
4 sources = files('node.c', 'graph.c', 'graph_ops.c', 'graph_debug.c', 'graph_stats.c', 'graph_populate.c')
5 headers = files('rte_graph.h', 'rte_graph_worker.h')
6
7 deps += ['eal']