bus/pci: fix use after free on unplug
[dpdk.git] / lib / pcapng / version.map
1 EXPERIMENTAL {
2         global:
3
4         rte_pcapng_close;
5         rte_pcapng_copy;
6         rte_pcapng_fdopen;
7         rte_pcapng_mbuf_size;
8         rte_pcapng_write_packets;
9         rte_pcapng_write_stats;
10
11         local: *;
12 };