keepalive: fix exported symbols

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>
This commit is contained in:
Thomas Monjalon 2016-06-17 17:00:22 +02:00
parent 1e9e0a6270
commit 92fed91965
2 changed files with 1 additions and 2 deletions

View 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;

View 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;