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

Function icmap_get_uint32

exec/icmap.c:896–900  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

894}
895
896cs_error_t icmap_get_uint32(const char *key_name, uint32_t *u32)
897{
898
899 return (icmap_get_uint32_r(icmap_global_map, key_name, u32));
900}
901
902cs_error_t icmap_get_int64(const char *key_name, int64_t *i64)
903{

Callers 15

service_unlink_and_exitFunction · 0.85
votequorum_readconfigFunction · 0.85
find_local_nodeFunction · 0.85
totem_config_readFunction · 0.85
totem_config_validateFunction · 0.85
wd_top_level_key_changedFunction · 0.85
pload_read_configFunction · 0.85

Calls 1

icmap_get_uint32_rFunction · 0.85

Tested by

no test coverage detected