shared_lib: add rte_vhost_* to map

This is a bit of a hack for now, but the rte_vhost_*
symbols need to be exported to support individual
shared libraries in future patches.

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: Ie37879455af5c8847e48f4e35e0629007df10948

Reviewed-on: https://review.gerrithub.io/422440
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
Jim Harris 2018-08-15 09:29:13 -07:00
parent ffc1d37c53
commit afca551212

View File

@ -1,4 +1,13 @@
{
global: spdk_*;
global:
spdk_*;
rte_vhost_*;
virt*;
SPDK_LOG*;
g_subsystems;
g_subsystems_deps;
g_spdk_iscsi_opts;
local: *;
};