summaryrefslogtreecommitdiffstats
path: root/include/ap_mmn.h
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2009-09-14 21:46:36 +0200
committerRuediger Pluem <rpluem@apache.org>2009-09-14 21:46:36 +0200
commit7f346368c7c3eeaf295c1194dbc0b7ab7be1c1c8 (patch)
treeb2c9dfaee40c60bd57da81b3bcdcfb1d77e41a28 /include/ap_mmn.h
parent* support/htdbm.c (htdbm_list): Fix compiler warning on x86_64. (diff)
downloadapache2-7f346368c7c3eeaf295c1194dbc0b7ab7be1c1c8.tar.xz
apache2-7f346368c7c3eeaf295c1194dbc0b7ab7be1c1c8.zip
* Lower memory usage by reusing the brigade instead of constantly
recerating one. Submitted by: Stefan Fritsch <sf sfritsch.de> Reviewed by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@814807 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_mmn.h')
-rw-r--r--include/ap_mmn.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h
index e23b71a4a7..5a655e460d 100644
--- a/include/ap_mmn.h
+++ b/include/ap_mmn.h
@@ -194,6 +194,8 @@
* ap_my_generation, etc. ap_mpm_query() can't be called
* until after the register-hooks phase.
* 20090401.1 (2.3.3-dev) Protected log.c internals, http_log.h changes
+ * 20090401.2 (2.3.3-dev) Added tmp_flush_bb to core_output_filter_ctx_t
+ *
*/
#define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */
@@ -201,7 +203,7 @@
#ifndef MODULE_MAGIC_NUMBER_MAJOR
#define MODULE_MAGIC_NUMBER_MAJOR 20090401
#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