MCPcopy Create free account
hub / github.com/corosync/corosync / icmap_get_string

Function icmap_get_string

exec/icmap.c:860–864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

858}
859
860cs_error_t icmap_get_string(const char *key_name, char **str)
861{
862
863 return (icmap_get_string_r(icmap_global_map, key_name, str));
864}
865
866cs_error_t icmap_get_int8(const char *key_name, int8_t *i8)
867{

Callers 15

service_unlink_and_exitFunction · 0.85
votequorum_readconfigFunction · 0.85
get_interface_paramsFunction · 0.85
totem_config_readFunction · 0.85
totemknet_initializeFunction · 0.85
setup_nozzleFunction · 0.85
quorum_exec_init_fnFunction · 0.85
cs_get_ipc_typeFunction · 0.85
mon_config_changedFunction · 0.85

Calls 1

icmap_get_string_rFunction · 0.85

Tested by

no test coverage detected