]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Updated the various MPM's to use the new bucket_alloc_create_ex API
authorCliff Woolley <jwoolley@apache.org>
Thu, 28 Aug 2003 05:54:44 +0000 (05:54 +0000)
committerCliff Woolley <jwoolley@apache.org>
Thu, 28 Aug 2003 05:54:44 +0000 (05:54 +0000)
commita770ae9e77f6c2ecf6f366d207c00cabd63ead92
treea30b0a45639a658a95cbac3c41a6e3f4cf518948
parent7e1b4f2bb0e442fc770dfa3b26ee6d4dd214b191
Updated the various MPM's to use the new bucket_alloc_create_ex API
when necessary.  Which is to say that it's necessary in all cases except
for prefork, where the change to apr-util to have it use the allocator
from the pool passed in is already sufficient.

Reviewed by: Jean-Jacques Clar, Sander Striker, Brad Nicholes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101122 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
server/mpm/beos/beos.c
server/mpm/experimental/leader/leader.c
server/mpm/experimental/threadpool/threadpool.c
server/mpm/mpmt_os2/mpmt_os2_child.c
server/mpm/netware/mpm_netware.c
server/mpm/worker/worker.c