Re: svn commit: r741947 - in /httpd/httpd/trunk/modules/mappers: config9.m4 mod_watchdog.c mod_watchdog.h

2009-02-08 Thread Ruediger Pluem
On 02/07/2009 08:51 PM, mt...@apache.org wrote: Author: mturk Date: Sat Feb 7 19:51:52 2009 New Revision: 741947 URL: http://svn.apache.org/viewvc?rev=741947view=rev Log: Add watchdog module Added: httpd/httpd/trunk/modules/mappers/mod_watchdog.c (with props)

Re: svn commit: r741947 - in /httpd/httpd/trunk/modules/mappers: config9.m4 mod_watchdog.c mod_watchdog.h

2009-02-08 Thread Ruediger Pluem
On 02/07/2009 08:51 PM, mt...@apache.org wrote: Author: mturk Date: Sat Feb 7 19:51:52 2009 New Revision: 741947 URL: http://svn.apache.org/viewvc?rev=741947view=rev Log: Add watchdog module Added: httpd/httpd/trunk/modules/mappers/mod_watchdog.c (with props)

Re: svn commit: r741947 - in /httpd/httpd/trunk/modules/mappers: config9.m4 mod_watchdog.c mod_watchdog.h

2009-02-08 Thread Mladen Turk
Ruediger Pluem wrote: +} +if (w-is_running w-callbacks == NULL) { +/* This is hook mode watchdog + * running on WatchogInterval + */ +w-step += (apr_time_now() - curr); +if (w-step = wd_interval) { +if