[dpdk-dev] [PATCH v1] eal: fix missing symbol exports

2016-06-20 Thread Thomas Monjalon
2016-06-20 10:59, Remy Horton: > The KeepAlive rte_keepalive_mark_sleep function was not being exported. > > Fixes: 90c622f35679 ("keepalive: add liveness callback") > > Signed-off-by: Remy Horton I missed it during the review. Applied, thanks

[dpdk-dev] [PATCH v1] eal: fix missing symbol exports

2016-06-20 Thread Remy Horton
The KeepAlive rte_keepalive_mark_sleep function was not being exported. Fixes: 90c622f35679 ("keepalive: add liveness callback") Signed-off-by: Remy Horton --- lib/librte_eal/bsdapp/eal/rte_eal_version.map | 1 + lib/librte_eal/linuxapp/eal/rte_eal_version.map | 1 + 2 files changed, 2 insert