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

Function icmap_adjust_int

exec/icmap.c:983–989  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

981}
982
983cs_error_t icmap_adjust_int(
984 const char *key_name,
985 int32_t step)
986{
987
988 return (icmap_adjust_int_r(icmap_global_map, key_name, step));
989}
990
991cs_error_t icmap_fast_adjust_int_r(
992 const icmap_map_t map,

Callers

nothing calls this directly

Calls 1

icmap_adjust_int_rFunction · 0.85

Tested by

no test coverage detected