Commit afca5512 authored by Jim Harris's avatar Jim Harris
Browse files

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: default avatarJim Harris <james.r.harris@intel.com>
Change-Id: Ie37879455af5c8847e48f4e35e0629007df10948

Reviewed-on: https://review.gerrithub.io/422440


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarChangpeng Liu <changpeng.liu@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
parent ffc1d37c
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
{
	global: spdk_*;
	global:

	spdk_*;
	rte_vhost_*;
	virt*;
	SPDK_LOG*;
	g_subsystems;
	g_subsystems_deps;
	g_spdk_iscsi_opts;

	local: *;
};