numam-dpdk/lib/librte_latencystats
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 build: replace license text with SPDX tag 2018-01-30 21:58:59 +01:00
rte_latencystats_version.map latency: added new library for latency stats 2017-04-05 18:00:42 +02:00
rte_latencystats.c ethdev: return named opaque type instead of void pointer 2018-03-30 14:08:44 +02:00
rte_latencystats.h lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00