mirror of
https://github.com/apache/httpd.git
synced 2025-08-05 16:55:50 +03:00
Enhance ap_hook_monitor to pass along a server_rec (in
general the ap_server_conf) and tuck away some storage in there which may be useful as an opaque data pointer. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@818825 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1399,7 +1399,7 @@ static int x_pre_mpm(apr_pool_t *p, ap_scoreboard_e sb_type)
|
||||
*
|
||||
* This is a RUN_ALL hook.
|
||||
*/
|
||||
static int x_monitor(apr_pool_t *p)
|
||||
static int x_monitor(apr_pool_t *p, server_rec *s)
|
||||
{
|
||||
trace_nocontext(p, __FILE__, __LINE__, "x_monitor()");
|
||||
return DECLINED;
|
||||
|
Reference in New Issue
Block a user