]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Change the worker_function implementations to accept both parameters,
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 24 Jul 2001 05:19:47 +0000 (05:19 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 24 Jul 2001 05:19:47 +0000 (05:19 +0000)
commit586cf18632214ae70f872bb2ebb9f033a63dea53
treea26879cec17979490e7e26a53530f86413361943
parent8f8d186a8d519d71dfebce17922f9ba6a660272d
  Change the worker_function implementations to accept both parameters,
  the apr private data (apr_thread_t*) and the application private data
  (void*), for the last update to APR.

Submitted by: Aaron Bannert <aaron@ebuilt.com>
Reviewed by: Will Rowe

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89672 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/experimental/perchild/perchild.c
server/mpm/perchild/perchild.c
server/mpm/threaded/threaded.c