Commit 681b515d authored by Seth Howell's avatar Seth Howell Committed by Tomasz Zawadzki
Browse files

lib/notify: add a map file.



Signed-off-by: default avatarSeth 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: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarDarek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
parent d70ed764
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
{
	global:
	spdk_notify_type_register;
	spdk_notify_type_get_name;
	spdk_notify_foreach_type;
	spdk_notify_send;
	spdk_notify_foreach_event;

	local: *;
};