The new API will be used in the next patch to prevent calling metods for the seconds time when subsystem is initialized with config file Signed-off-by: Aleksey Marchuk <alexeymar@nvidia.com> Change-Id: I60ac8196e46ccb3b22b3af0607e1ba35a11a66a6 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/14406 Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
18 lines
294 B
Plaintext
18 lines
294 B
Plaintext
{
|
|
global:
|
|
|
|
# public functions
|
|
spdk_rpc_verify_methods;
|
|
spdk_rpc_listen;
|
|
spdk_rpc_accept;
|
|
spdk_rpc_close;
|
|
spdk_rpc_register_method;
|
|
spdk_rpc_register_alias_deprecated;
|
|
spdk_rpc_is_method_allowed;
|
|
spdk_rpc_get_method_state_mask;
|
|
spdk_rpc_set_state;
|
|
spdk_rpc_get_state;
|
|
|
|
local: *;
|
|
};
|