| 572 | } |
| 573 | |
| 574 | static 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 | |
| 582 | static void deliver_fn ( |
| 583 | unsigned int nodeid, |
no outgoing calls
no test coverage detected