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

Function icmap_set

exec/icmap.c:491–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489}
490
491cs_error_t icmap_set(
492 const char *key_name,
493 const void *value,
494 size_t value_len,
495 icmap_value_types_t type)
496{
497
498 return (icmap_set_r(icmap_global_map, key_name, value, value_len, type));
499}
500
501cs_error_t icmap_set_int8_r(const icmap_map_t map, const char *key_name, int8_t value)
502{

Callers 1

icmap_adjust_int_rFunction · 0.85

Calls 1

icmap_set_rFunction · 0.85

Tested by

no test coverage detected