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

Function cs_ipcs_init

exec/ipc_glue.c:818–829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

816}
817
818void cs_ipcs_init(void)
819{
820 api = apidef_get ();
821
822 qb_loop_poll_low_fds_event_set(cs_poll_handle_get(), cs_ipcs_low_fds_event);
823
824 api->quorum_register_callback (cs_ipcs_fc_quorum_changed, NULL);
825 totempg_queue_level_register_callback (cs_ipcs_totem_queue_level_changed);
826
827 global_stats.active = 0;
828 global_stats.closed = 0;
829}

Callers 1

main_service_readyFunction · 0.85

Calls 3

apidef_getFunction · 0.85
cs_poll_handle_getFunction · 0.85

Tested by

no test coverage detected