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

Function icmap_init

exec/icmap.c:212–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212cs_error_t icmap_init(void)
213{
214 return (icmap_init_r(&icmap_global_map));
215}
216
217static void icmap_set_ro_access_free(void)
218{

Callers 2

mainFunction · 0.85
read_corosync_confFunction · 0.85

Calls 1

icmap_init_rFunction · 0.85

Tested by

no test coverage detected