This allows us to hide the implementations of g_subsystems and s_subsystems_deps within the libraries themselves. Signed-off-by: Seth Howell <seth.howell@intel.com> Change-Id: I60716b9465b58d6cdb3a43262a7ded844bd80eda Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1786 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: Aleksey Marchuk <alexeymar@mellanox.com>
14 lines
131 B
Plaintext
14 lines
131 B
Plaintext
{
|
|
global:
|
|
|
|
spdk_*;
|
|
rte_vhost_*;
|
|
virt*;
|
|
SPDK_LOG*;
|
|
g_spdk_iscsi_opts;
|
|
_spdk_trace_record;
|
|
g_trace_histories;
|
|
|
|
local: *;
|
|
};
|