]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
core: Follow up to r1897460: Provide ap_thread_main_create().
authorYann Ylavic <ylavic@apache.org>
Thu, 27 Jan 2022 12:34:53 +0000 (12:34 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 27 Jan 2022 12:34:53 +0000 (12:34 +0000)
commit3e0035d1892b7e8506cc2f53921282aaab8e4c23
tree6a09f29bd2fff2bd884779d06faf9eda8712ca4f
parentaa95fe54f45cbd518a1d53bf9eda5cf17acc37f4
core: Follow up to r1897460: Provide ap_thread_main_create().

Replace ap_thread_current_create() by ap_thread_main_create() which is how
it's used by httpd. The former is now a local helper only to implement the
latter.

This allows to consolidate/factorize common code in the main() of httpd and
the unix MPMs.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897543 13f79535-47bb-0310-9956-ffa450edef68
include/ap_mmn.h
include/httpd.h
server/main.c
server/mpm/event/event.c
server/mpm/prefork/prefork.c
server/mpm/worker/worker.c
server/util.c