| 735 | } |
| 736 | |
| 737 | static char *wd_exec_init_fn (struct corosync_api_v1 *corosync_api) |
| 738 | { |
| 739 | |
| 740 | ENTER(); |
| 741 | |
| 742 | api = corosync_api; |
| 743 | |
| 744 | watchdog_timeout_get_initial(); |
| 745 | |
| 746 | setup_watchdog(); |
| 747 | |
| 748 | wd_scan_resources(); |
| 749 | |
| 750 | return NULL; |
| 751 | } |
| 752 | |
| 753 | static int wd_exec_exit_fn (void) |
| 754 | { |
nothing calls this directly
no test coverage detected