diff options
author | Graham Leggett <minfrin@apache.org> | 2010-09-19 19:11:45 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2010-09-19 19:11:45 +0200 |
commit | 742123230ff1393dcecf616391d6de6764df6c70 (patch) | |
tree | 6871d424c84d13382d1516086283a825a8140189 /include | |
parent | Updates. (diff) | |
download | apache2-742123230ff1393dcecf616391d6de6764df6c70.tar.xz apache2-742123230ff1393dcecf616391d6de6764df6c70.zip |
mod_include: Move the request_rec within mod_include to be
exposed within include_ctx_t.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@998701 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/ap_mmn.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h index d31ca75cf9..a10c13cc63 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -253,12 +253,14 @@ * mod_cache store_body() provider function. * 20100916.0 (2.3.9-dev) Add commit_entity() to the mod_cache provider * interface. + * 20100918.0 (2.3.9-dev) Move the request_rec within mod_include to be + * exposed within include_ctx_t. */ #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */ #ifndef MODULE_MAGIC_NUMBER_MAJOR -#define MODULE_MAGIC_NUMBER_MAJOR 20100916 +#define MODULE_MAGIC_NUMBER_MAJOR 20100918 #endif #define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */ |