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

Function corosync_totem_stats_init

exec/main.c:574–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572}
573
574static void corosync_totem_stats_init (void)
575{
576 /* start stats timer */
577 api->timer_add_duration (1500 * MILLI_2_NANO_SECONDS, NULL,
578 corosync_totem_stats_updater,
579 &corosync_stats_timer_handle);
580}
581
582static void deliver_fn (
583 unsigned int nodeid,

Callers 1

main_service_readyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected