mirror of
https://github.com/apache/httpd.git
synced 2025-10-28 20:34:59 +03:00
ap_reclaim_child_processes() ignores its first argument
note this in the docs, add comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1757061 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -173,6 +173,7 @@ static int reclaim_one_pid(pid_t pid, action_t action)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* XXX The terminate argument is ignored. Implement or remove? */
|
||||
AP_DECLARE(void) ap_reclaim_child_processes(int terminate,
|
||||
ap_reclaim_callback_fn_t *mpm_callback)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user