aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_latencystats/rte_latencystats_version.map
blob: ac8403e821dc1cab28b9b08ef22822bc3e2da58e (plain)
1
2
3
4
5
6
7
8
9
10
11
DPDK_17.05 {
	global:

	rte_latencystats_get;
	rte_latencystats_get_names;
	rte_latencystats_init;
	rte_latencystats_uninit;
	rte_latencystats_update;

	local: *;
};