keepalive: fix exported symbols
authorThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 17 Jun 2016 15:00:22 +0000 (17:00 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 17 Jun 2016 15:04:12 +0000 (17:04 +0200)
The function rte_keepalive_register_alive_callback do not exist.
The function rte_keepalive_register_relay_callback was missing for BSD.

Fixes: 90c622f35679 ("keepalive: add liveness callback")

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_eal/bsdapp/eal/rte_eal_version.map
lib/librte_eal/linuxapp/eal/rte_eal_version.map

index 0fb1cf2..97d091b 100644 (file)
@@ -156,6 +156,6 @@ DPDK_16.07 {
        global:
 
        pci_get_sysfs_path;
-       rte_keepalive_register_alive_callback;
+       rte_keepalive_register_relay_callback;
 
 } DPDK_16.04;
index cacf9e1..4874c92 100644 (file)
@@ -159,7 +159,6 @@ DPDK_16.07 {
        global:
 
        pci_get_sysfs_path;
-       rte_keepalive_register_alive_callback;
        rte_keepalive_register_relay_callback;
 
 } DPDK_16.04;