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:
parent
d70ed76454
commit
681b515d9e
@ -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
|
||||
|
10
lib/notify/spdk_notify.map
Normal file
10
lib/notify/spdk_notify.map
Normal 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: *;
|
||||
};
|
Loading…
Reference in New Issue
Block a user