0f2f4b8b72
Signed-off-by: Seth Howell <seth.howell@intel.com> Change-Id: If9e44d65362f164b35f5a15f310214ab1d7ff3a7 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1704 Community-CI: Mellanox Build Bot Community-CI: Broadcom CI 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> Reviewed-by: Jim Harris <james.r.harris@intel.com>
23 lines
445 B
Plaintext
23 lines
445 B
Plaintext
{
|
|
global:
|
|
|
|
# Public functions
|
|
spdk_conf_allocate;
|
|
spdk_conf_free;
|
|
spdk_conf_read;
|
|
spdk_conf_find_section;
|
|
spdk_conf_first_section;
|
|
spdk_conf_next_section;
|
|
spdk_conf_section_match_prefix;
|
|
spdk_conf_section_get_name;
|
|
spdk_conf_section_get_num;
|
|
spdk_conf_section_get_nmval;
|
|
spdk_conf_section_get_nval;
|
|
spdk_conf_section_get_val;
|
|
spdk_conf_section_get_intval;
|
|
spdk_conf_section_get_boolval;
|
|
spdk_conf_set_as_default;
|
|
|
|
local: *;
|
|
};
|