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:
parent
1e9e0a6270
commit
92fed91965
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user