Go to the source code of this file.
Functions | |
void | validate () |
Walk the process-list and validate each process. |
The validate function check processes in the process list to see if they are running and that they accepts connections if ports are defined. Not running processes are restarted. This function also handles the various tests per process that are defined in the control file.
Definition in file validate.c.
|
Walk the process-list and validate each process.
Definition at line 90 of file validate.c. References log(), myprocess::next, processlist, reset_depend(), update_loadavg(), and myprocess::visited. |