Spdk/lib/event/spdk_event.map
Ben Walker af935f768e event: Shift subsystem initialization code to a separate library
This is useful for applications even if they elect not to use the SPDK
event framework.

This doesn't shift everything in one go - just the subsystem
initialization logic. Configuration file loading also needs to move
in a separate patch later.

Change-Id: Id419df1045442d416650ed90e5ee78adfdd623d7
Signed-off-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6641
Community-CI: Broadcom CI
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Paul Luse <paul.e.luse@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
2021-05-24 10:12:50 +00:00

34 lines
664 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;
spdk_app_json_config_load;
spdk_rpc_initialize;
spdk_rpc_finish;
local: *;
};