summaryrefslogtreecommitdiff
path: root/include/mpm_common.h
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2009-09-25 11:59:30 +0000
committerJim Jagielski <jim@apache.org>2009-09-25 11:59:30 +0000
commit83532ab6284ee5d0db23f2368d315a6c788975f0 (patch)
tree7ab48ab6ec9bc75e7895292ae74bbda5a934f8f4 /include/mpm_common.h
parent1a82a91410314f74739093063e9b4dac76316485 (diff)
downloadhttpd-83532ab6284ee5d0db23f2368d315a6c788975f0.tar.gz
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
Diffstat (limited to 'include/mpm_common.h')
-rw-r--r--include/mpm_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mpm_common.h b/include/mpm_common.h
index 0e8143b5c3..1ce3abb5c0 100644
--- a/include/mpm_common.h
+++ b/include/mpm_common.h
@@ -145,9 +145,10 @@ apr_status_t ap_mpm_safe_kill(pid_t pid, int sig);
* @param status The return code if a process has died
* @param ret The process id of the process that died
* @param p The pool to allocate out of
+ * @param s The server_rec to pass
*/
void ap_wait_or_timeout(apr_exit_why_e *status, int *exitcode, apr_proc_t *ret,
- apr_pool_t *p);
+ apr_pool_t *p, server_rec *s);
/**
* Log why a child died to the error log, if the child died without the