afca551212
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>
14 lines
125 B
Plaintext
14 lines
125 B
Plaintext
{
|
|
global:
|
|
|
|
spdk_*;
|
|
rte_vhost_*;
|
|
virt*;
|
|
SPDK_LOG*;
|
|
g_subsystems;
|
|
g_subsystems_deps;
|
|
g_spdk_iscsi_opts;
|
|
|
|
local: *;
|
|
};
|