Loading subsystems and restoring state from a JSON config file is useful outside of the SPDK application framework, so move it to lib/init. Change-Id: I7dd3ceace2e7b1b28eef83c91ce6a4eedc85740e Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6645 Reviewed-by: Tom Nabarro <tom.nabarro@outlook.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot
31 lines
596 B
Plaintext
31 lines
596 B
Plaintext
{
|
|
global:
|
|
|
|
# Public functions
|
|
spdk_app_opts_init;
|
|
spdk_app_start;
|
|
spdk_app_fini;
|
|
spdk_app_start_shutdown;
|
|
spdk_app_stop;
|
|
spdk_app_get_shm_id;
|
|
spdk_app_parse_core_mask;
|
|
spdk_app_get_core_mask;
|
|
spdk_app_parse_args;
|
|
spdk_app_usage;
|
|
spdk_event_allocate;
|
|
spdk_event_call;
|
|
spdk_framework_enable_context_switch_monitor;
|
|
spdk_framework_context_switch_monitor_enabled;
|
|
|
|
# Functions used by other SPDK libraries
|
|
spdk_reactors_init;
|
|
spdk_reactors_fini;
|
|
spdk_reactors_start;
|
|
spdk_reactors_stop;
|
|
spdk_reactor_get;
|
|
spdk_for_each_reactor;
|
|
spdk_reactor_set_interrupt_mode;
|
|
|
|
local: *;
|
|
};
|