/[monit]/monit/http/cervlet.c
ViewVC logotype

Diff of /monit/http/cervlet.c

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

revision 1.25 by rory, Fri Sep 27 02:49:00 2002 UTC revision 1.26 by rory, Wed Oct 2 03:03:45 2002 UTC
# Line 511  static void handle_action(HttpRequest re Line 511  static void handle_action(HttpRequest re
511          LOCK(Run.mutex)          LOCK(Run.mutex)
512              p->do_validate= TRUE;              p->do_validate= TRUE;
513          END_LOCK;          END_LOCK;
514          force_process(p, PSTART);          control_process(p, "start", FORCE_CONTROL);
515                    
516        }        }
517                
# Line 520  static void handle_action(HttpRequest re Line 520  static void handle_action(HttpRequest re
520          LOCK(Run.mutex)          LOCK(Run.mutex)
521              p->do_validate= FALSE;              p->do_validate= FALSE;
522          END_LOCK;          END_LOCK;
523          force_process(p, PSTOP);          control_process(p, "stop", FORCE_CONTROL);
524                    
525        }        }
526    

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

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