pdump: fix error code check when creating/canceling pthread
[dpdk.git] / lib / librte_latencystats / rte_latencystats_version.map
1 DPDK_17.05 {
2         global:
3
4         rte_latencystats_get;
5         rte_latencystats_get_names;
6         rte_latencystats_init;
7         rte_latencystats_uninit;
8         rte_latencystats_update;
9
10         local: *;
11 };