c096b64f53
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>
14 lines
161 B
Plaintext
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: *;
|
|
};
|