397fb6a8d9
The header was missing the extern "C" directive which causes name
mangling of functions by C++ compilers, leading to linker errors
complaining of undefined references to these functions.
Fixes:
|
||
---|---|---|
.. | ||
meson.build | ||
rte_mbuf_core.h | ||
rte_mbuf_dyn.c | ||
rte_mbuf_dyn.h | ||
rte_mbuf_pool_ops.c | ||
rte_mbuf_pool_ops.h | ||
rte_mbuf_ptype.c | ||
rte_mbuf_ptype.h | ||
rte_mbuf.c | ||
rte_mbuf.h | ||
version.map |