summaryrefslogtreecommitdiff
path: root/include/ap_mmn.h
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2022-01-27 12:34:53 +0000
committerYann Ylavic <ylavic@apache.org>2022-01-27 12:34:53 +0000
commit3e0035d1892b7e8506cc2f53921282aaab8e4c23 (patch)
tree6a09f29bd2fff2bd884779d06faf9eda8712ca4f /include/ap_mmn.h
parentaa95fe54f45cbd518a1d53bf9eda5cf17acc37f4 (diff)
downloadhttpd-3e0035d1892b7e8506cc2f53921282aaab8e4c23.tar.gz
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
Diffstat (limited to 'include/ap_mmn.h')
-rw-r--r--include/ap_mmn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h
index 6e35c4fee1..6060c766d7 100644
--- a/include/ap_mmn.h
+++ b/include/ap_mmn.h
@@ -700,7 +700,7 @@
* add PROXY_WORKER_UDS_PATH_SIZE.
* 20211221.1 (2.5.1-dev) Add read_line to scoreboard.
* 20211221.2 (2.5.1-dev) Add AGAIN, AP_MPMQ_CAN_AGAIN.
- * 20211221.3 (2.5.1-dev) Add ap_thread_create(), ap_thread_current_create()
+ * 20211221.3 (2.5.1-dev) Add ap_thread_create(), ap_thread_main_create()
* and ap_thread_current()
*
*/