1
0
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:
Stefan Fritsch
2016-08-21 14:09:00 +00:00
parent 04038d4d6e
commit 7903412fe1
2 changed files with 3 additions and 1 deletions

View File

@@ -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)
{