lib/log_rpc: add a map file.

This library doesn't actually export any symbols.

Signed-off-by: Seth Howell <seth.howell@intel.com>
Change-Id: I84a763e73d1b2a189e72361a962852d4a8d8387c
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2236
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Seth Howell 2020-05-07 09:57:40 -07:00 committed by Tomasz Zawadzki
parent ab0b76c40e
commit 7b8a717ff8
2 changed files with 5 additions and 0 deletions

View File

@ -41,4 +41,6 @@ SO_SUFFIX := $(SO_VER).$(SO_MINOR)
C_SRCS = log_rpc.c
LIBNAME = log_rpc
SPDK_MAP_FILE = $(abspath $(CURDIR)/spdk_log_rpc.map)
include $(SPDK_ROOT_DIR)/mk/spdk.lib.mk

View File

@ -0,0 +1,3 @@
{
local: *;
};