/[monit]/monit/control.c
ViewVC logotype

Diff of /monit/control.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.30 by hauk, Fri Dec 20 23:15:21 2002 UTC revision 1.31 by hauk, Sat Dec 21 01:45:22 2002 UTC
# Line 254  void reset_depend() { Line 254  void reset_depend() {
254    
255    
256  /*  /*
257   * This is a post-recursive function for starting every process that p   * This is a post- fix recursive function for starting every process
258   * depends on before starting p.   * that p depends on before starting p.
259   * @param p A Process_T object   * @param p A Process_T object
260   * @param toggle_validate_flag Turn on validate if defined   * @param toggle_validate_flag Turn on validate if defined
261   */   */
# Line 335  static void do_stop(Process_T p, int tog Line 335  static void do_stop(Process_T p, int tog
335    
336    
337  /*  /*
338   * This is a pre-recursive function called before p is started to stop   * This is an in-fix recursive function called before p is started to
339   * every process that depends on p, in reverse order *or* after p was   * stop every process that depends on p, in reverse order *or* after p
340   * started to start again every process that depends on p. The action   * was started to start again every process that depends on p. The
341   * parametere controls if this function should start or stop the   * action parametere controls if this function should start or stop
342   * procceses that depends on p.   * the procceses that depends on p.
343   * @param p A Process_T object   * @param p A Process_T object
344   * @param action An action to do on the dependant processes   * @param action An action to do on the dependant processes
345   * @param toggle_validate_flag passed to the start/stop functions   * @param toggle_validate_flag passed to the start/stop functions

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26