]> granicus.if.org Git - apache/commit
main() can use ap_run_mpm() directly, so axe the old ap_mpm_run() function
authorJeff Trawick <trawick@apache.org>
Sun, 5 Apr 2009 17:54:22 +0000 (17:54 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 5 Apr 2009 17:54:22 +0000 (17:54 +0000)
commitd1c34162827dbdb234f676727633040cf293dab2
tree42cf899bbbbf29216174ac9f66f20a2513113e71
parent596fa2915720826d2869cd5c8f2706ad6541e1e8
main() can use ap_run_mpm() directly, so axe the old ap_mpm_run() function

change the mpm hooks to return OK/DONE instead of 0/1

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@762127 13f79535-47bb-0310-9956-ffa450edef68
include/ap_mpm.h
include/mpm_common.h
server/main.c
server/mpm/event/event.c
server/mpm/prefork/prefork.c
server/mpm/simple/simple_api.c
server/mpm/simple/simple_run.c
server/mpm/winnt/mpm_winnt.c
server/mpm/worker/worker.c
server/mpm_common.c