From afca551212c88bb2bc185a04fef90215ebc9f3a7 Mon Sep 17 00:00:00 2001 From: Jim Harris Date: Wed, 15 Aug 2018 09:29:13 -0700 Subject: [PATCH] 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 Change-Id: Ie37879455af5c8847e48f4e35e0629007df10948 Reviewed-on: https://review.gerrithub.io/422440 Tested-by: SPDK CI Jenkins Chandler-Test-Pool: SPDK Automated Test System Reviewed-by: Changpeng Liu Reviewed-by: Ben Walker --- shared_lib/spdk.map | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/shared_lib/spdk.map b/shared_lib/spdk.map index 9467260da..70e6c7cdf 100644 --- a/shared_lib/spdk.map +++ b/shared_lib/spdk.map @@ -1,4 +1,13 @@ { - global: spdk_*; + global: + + spdk_*; + rte_vhost_*; + virt*; + SPDK_LOG*; + g_subsystems; + g_subsystems_deps; + g_spdk_iscsi_opts; + local: *; };