numam-dpdk/lib/librte_pdump
Ferruh Yigit 03d8f47100 ethdev: return named opaque type instead of void pointer
"struct rte_eth_rxtx_callback" is defined as internal data structure and
used as named opaque type.

So the functions that are adding callbacks can return objects in this
type instead of void pointer.

Also const qualifier added to "struct rte_eth_rxtx_callback *" to
protect it better from application modification.

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
2018-03-30 14:08:44 +02:00
..
Makefile lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
meson.build pdump: fix library version in meson build 2018-03-28 00:07:35 +02:00
rte_pdump_version.map pdump: add new library for packet capture 2016-06-16 23:39:56 +02:00
rte_pdump.c ethdev: return named opaque type instead of void pointer 2018-03-30 14:08:44 +02:00
rte_pdump.h lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00