From ae4433b1f6d922cbcb965670358753cf60c18e2f Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Sun, 13 Feb 2011 22:44:27 +0000 Subject: [PATCH] Mention ap_state_query() in the new API docs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070318 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/developer/new_api_2_4.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/manual/developer/new_api_2_4.xml b/docs/manual/developer/new_api_2_4.xml index 27920ed3bb6..6389d06359c 100644 --- a/docs/manual/developer/new_api_2_4.xml +++ b/docs/manual/developer/new_api_2_4.xml @@ -112,6 +112,10 @@
  • New function ap_get_server_name_for_url to support ipv6 literals.
  • New function ap_register_errorlog_handler to register errorlog format string handlers.
  • +
  • New function ap_state_query to determine if the server is in the + initial configuration preflight phase or not. This is both easier to + use and more correct than the old method of creating a pool userdata + entry in the process pool.
  • -- 2.47.2