summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2021-09-24 10:09:23 +0000
committerYann Ylavic <ylavic@apache.org>2021-09-24 10:09:23 +0000
commit63da5b997fcb9b8c56d9b52851b254252105f3b6 (patch)
treea113209e8f84557a707e3baee629e126d4d4a363 /include
parentdf3a6135551e061a9dc27cde56c7fec25805a21d (diff)
downloadhttpd-63da5b997fcb9b8c56d9b52851b254252105f3b6.tar.gz
mod_proxy: typedef struct proxy_tunnel_conn proxy_tunnel_conn_t.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893593 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/ap_mmn.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h
index 5b21e78d10..0d88c3f5e5 100644
--- a/include/ap_mmn.h
+++ b/include/ap_mmn.h
@@ -681,6 +681,7 @@
* is being shut down.
* 20210531.4 (2.5.1-dev) Add ap_create_connection
* 20210531.5 (2.5.1-dev) Add ap_pre_connection
+ * 20210531.6 (2.5.1-dev) Add proxy_tunnel_conn_t
*/
#define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */
@@ -688,7 +689,7 @@
#ifndef MODULE_MAGIC_NUMBER_MAJOR
#define MODULE_MAGIC_NUMBER_MAJOR 20210531
#endif
-#define MODULE_MAGIC_NUMBER_MINOR 5 /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 6 /* 0...n */
/**
* Determine if the server's current MODULE_MAGIC_NUMBER is at least a