keepalive: fix missing symbol export
authorRemy Horton <remy.horton@intel.com>
Mon, 20 Jun 2016 09:59:00 +0000 (10:59 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 20 Jun 2016 10:22:49 +0000 (12:22 +0200)
The KeepAlive rte_keepalive_mark_sleep function was not being exported.

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

Signed-off-by: Remy Horton <remy.horton@intel.com>
lib/librte_eal/bsdapp/eal/rte_eal_version.map
lib/librte_eal/linuxapp/eal/rte_eal_version.map

index 3b4dd3b..1852c4a 100644 (file)
@@ -156,6 +156,7 @@ DPDK_16.07 {
        global:
 
        pci_get_sysfs_path;
+       rte_keepalive_mark_sleep;
        rte_keepalive_register_relay_callback;
        rte_thread_setname;
 
index 7330a46..0513467 100644 (file)
@@ -159,6 +159,7 @@ DPDK_16.07 {
        global:
 
        pci_get_sysfs_path;
+       rte_keepalive_mark_sleep;
        rte_keepalive_register_relay_callback;
        rte_thread_setname;