]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* http2_get_num_workers is not deprecated.
authorRuediger Pluem <rpluem@apache.org>
Wed, 17 Aug 2022 08:00:36 +0000 (08:00 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 17 Aug 2022 08:00:36 +0000 (08:00 +0000)
  Hence move it out of the deprecation section

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1903478 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/mod_http2.h

index fc59c732e6ad3389bc904f0f8c59ba0ba3669e95..f68edcdb5b19cf7137df685bfb23082e39c5a82f 100644 (file)
@@ -28,6 +28,9 @@ APR_DECLARE_OPTIONAL_FN(char *,
 APR_DECLARE_OPTIONAL_FN(int, 
                         http2_is_h2, (conn_rec *));
 
+APR_DECLARE_OPTIONAL_FN(void,
+                        http2_get_num_workers, (server_rec *s,
+                                                int *minw, int *max));
 
 /*******************************************************************************
  * START HTTP/2 request engines (DEPRECATED)
@@ -68,9 +71,6 @@ APR_DECLARE_OPTIONAL_FN(void,
                                                 conn_rec *rconn,
                                                 apr_status_t status));
 
-APR_DECLARE_OPTIONAL_FN(void,
-                        http2_get_num_workers, (server_rec *s,
-                                                int *minw, int *max));
 
 /*******************************************************************************
  * END HTTP/2 request engines (DEPRECATED)