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

Function icmap_set_int32

exec/icmap.c:595–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593}
594
595cs_error_t icmap_set_int32(const char *key_name, int32_t value)
596{
597
598 return (icmap_set_int32_r(icmap_global_map, key_name, value));
599}
600
601cs_error_t icmap_set_uint32(const char *key_name, uint32_t value)
602{

Callers 2

mon_instance_initFunction · 0.85

Calls 1

icmap_set_int32_rFunction · 0.85

Tested by

no test coverage detected