From: Ruediger Pluem Date: Wed, 17 Aug 2022 08:00:36 +0000 (+0000) Subject: * http2_get_num_workers is not deprecated. X-Git-Tag: 2.5.0-alpha2-ci-test-only~254 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c726757fffdad7ab75ca6ee95c9dd084b16453d6;p=thirdparty%2Fapache%2Fhttpd.git * http2_get_num_workers is not deprecated. 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 --- diff --git a/modules/http2/mod_http2.h b/modules/http2/mod_http2.h index fc59c732e6a..f68edcdb5b1 100644 --- a/modules/http2/mod_http2.h +++ b/modules/http2/mod_http2.h @@ -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)