lib/notify: add a map file.

Signed-off-by: Seth Howell <seth.howell@intel.com>
Change-Id: If690a7f07503fa082c5822d70ec3cecdbce20baa
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2243
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Seth Howell 2020-05-07 10:41:53 -07:00 committed by Tomasz Zawadzki
parent d70ed76454
commit 681b515d9e
2 changed files with 12 additions and 0 deletions

View File

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

View File

@ -0,0 +1,10 @@
{
global:
spdk_notify_type_register;
spdk_notify_type_get_name;
spdk_notify_foreach_type;
spdk_notify_send;
spdk_notify_foreach_event;
local: *;
};