]> git.droids-corp.org - dpdk.git/commitdiff
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 0fb1cf22f7d9c542063dc263b93c46f0d98c9bc2..97d091ba4afae49f961b6b93ca991168846837a2 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 cacf9e16cec5b01c706d6ea0f6469e844c5aaf84..4874c92065425a0e88d095024d0286d4675df37e 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;