summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2010-07-14 18:03:19 +0200
committerJim Jagielski <jim@apache.org>2010-07-14 18:03:19 +0200
commited67c11e05656a9536b457083d7ec5279ecf33c9 (patch)
treeedfdb493ea5a293dc2d53157ad2720a6fd1ef571 /include
parent- add some trace logging (diff)
downloadapache2-ed67c11e05656a9536b457083d7ec5279ecf33c9.tar.xz
apache2-ed67c11e05656a9536b457083d7ec5279ecf33c9.zip
Allow for modules to keep track of worker slot
numbers themselves if they want, by allowing for worker create/alloc functions to take a slot number id. Done via _wid() variants of 3 proxy funcs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@964089 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 41eefd6100..624383766c 100644
--- a/include/ap_mmn.h
+++ b/include/ap_mmn.h
@@ -234,6 +234,7 @@
* 20100630.0 (2.3.7-dev) make module_levels vector of char instead of int
* 20100701.0 (2.3.7-dev) re-order struct members to improve alignment
* 20100701.1 (2.3.7-dev) add note_auth_failure hook
+ * 20100701.2 (2.3.7-dev) add ap_proxy_*_wid() functions
*/
#define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */
@@ -241,7 +242,7 @@
#ifndef MODULE_MAGIC_NUMBER_MAJOR
#define MODULE_MAGIC_NUMBER_MAJOR 20100701
#endif
-#define MODULE_MAGIC_NUMBER_MINOR 1 /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 2 /* 0...n */
/**
* Determine if the server's current MODULE_MAGIC_NUMBER is at least a