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

Function icmap_set_uint32

exec/icmap.c:601–605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599}
600
601cs_error_t icmap_set_uint32(const char *key_name, uint32_t value)
602{
603
604 return (icmap_set_uint32_r(icmap_global_map, key_name, value));
605}
606
607cs_error_t icmap_set_int64(const char *key_name, int64_t value)
608{

Callers 14

get_lowest_node_idFunction · 0.85
get_highest_node_idFunction · 0.85
parse_atb_stringFunction · 0.85
update_ev_barrierFunction · 0.85
votequorum_readconfigFunction · 0.85
votequorum_exec_init_fnFunction · 0.85
calc_knet_ping_timersFunction · 0.85
mem_update_stats_fnFunction · 0.85
wd_top_level_key_changedFunction · 0.85

Calls 1

icmap_set_uint32_rFunction · 0.85

Tested by

no test coverage detected