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

Function wd_exec_init_fn

exec/wd.c:737–751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

735}
736
737static 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
753static int wd_exec_exit_fn (void)
754{

Callers

nothing calls this directly

Calls 3

setup_watchdogFunction · 0.85
wd_scan_resourcesFunction · 0.85

Tested by

no test coverage detected