You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2009/09/25 14:06:51 UTC

svn commit: r818827 - /httpd/httpd/trunk/include/mpm_common.h

Author: jim
Date: Fri Sep 25 12:06:51 2009
New Revision: 818827

URL: http://svn.apache.org/viewvc?rev=818827&view=rev
Log:
Oops. forgot the declaration

Modified:
    httpd/httpd/trunk/include/mpm_common.h

Modified: httpd/httpd/trunk/include/mpm_common.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/mpm_common.h?rev=818827&r1=818826&r2=818827&view=diff
==============================================================================
--- httpd/httpd/trunk/include/mpm_common.h (original)
+++ httpd/httpd/trunk/include/mpm_common.h Fri Sep 25 12:06:51 2009
@@ -315,7 +315,7 @@
 
 AP_DECLARE(apr_status_t) ap_mpm_note_child_killed(int childnum);
 
-AP_DECLARE_HOOK(int,monitor,(apr_pool_t *p))
+AP_DECLARE_HOOK(int,monitor,(apr_pool_t *p, server_rec * s))
 
 /* register modules that undertake to manage system security */
 AP_DECLARE(int) ap_sys_privileges_handlers(int inc);