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

Function icmap_set_string

exec/icmap.c:631–635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

629}
630
631cs_error_t icmap_set_string(const char *key_name, const char *value)
632{
633
634 return (icmap_set_string_r(icmap_global_map, key_name, value));
635}
636
637cs_error_t icmap_delete_r(const icmap_map_t map, const char *key_name)
638{

Callers 13

totem_config_readFunction · 0.85
totemknet_refresh_configFunction · 0.85
totemknet_member_addFunction · 0.85
totemknet_reconfigureFunction · 0.85
mon_fsm_state_setFunction · 0.85
mon_instance_initFunction · 0.85
member_object_joinedFunction · 0.85
member_object_leftFunction · 0.85
force_gather_notify_fnFunction · 0.85

Calls 1

icmap_set_string_rFunction · 0.85

Tested by

no test coverage detected