numam-spdk/lib/nbd/spdk_nbd.map
Seth Howell c096b64f53 lib/nbd: add a map file.
Signed-off-by: Seth Howell <seth.howell@intel.com>
Change-Id: I9514b06e4c214f68f7dfe13fd70e925628ebec1e
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2238
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>
2020-05-11 12:29:07 +00:00

14 lines
161 B
Plaintext

{
global:
# public functions
spdk_nbd_init;
spdk_nbd_fini;
spdk_nbd_start;
spdk_nbd_stop;
spdk_nbd_get_path;
spdk_nbd_write_config_json;
local: *;
};