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

Function icmap_get_uint8

exec/icmap.c:872–876  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

870}
871
872cs_error_t icmap_get_uint8(const char *key_name, uint8_t *u8)
873{
874
875 return (icmap_get_uint8_r(icmap_global_map, key_name, u8));
876}
877
878cs_error_t icmap_get_int16(const char *key_name, int16_t *i16)
879{

Callers 6

votequorum_readconfigFunction · 0.85
totem_config_readFunction · 0.85
totem_change_notifyFunction · 0.85
totemknet_refresh_configFunction · 0.85

Calls 1

icmap_get_uint8_rFunction · 0.85

Tested by

no test coverage detected