800b18d028
Add disable_sections_merge() procedure that will allow to have multiple sections with a same name. This behaviour is how FIO treats such sections and so will be used in bdevperf config file. Change-Id: If221daeb7753d91b5d2608d25ccbb16f2d43ccce Signed-off-by: Vitaliy Mysak <vitaliy.mysak@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3433 Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot
24 lines
480 B
Plaintext
24 lines
480 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;
|
|
spdk_conf_disable_sections_merge;
|
|
|
|
local: *;
|
|
};
|