diff options
author | Stefan Fritsch <sf@apache.org> | 2011-10-05 23:25:58 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2011-10-05 23:25:58 +0200 |
commit | 6327f51ed2d5faeecf1158f267cc6ce11f40293e (patch) | |
tree | 0d3be6081f45ab649f7fda5fdd2b75ec96b898a4 /include/mpm_common.h | |
parent | - `build.sh all` (diff) | |
download | apache2-6327f51ed2d5faeecf1158f267cc6ce11f40293e.tar.xz apache2-6327f51ed2d5faeecf1158f267cc6ce11f40293e.zip |
Export ap_max_mem_free, needed by r1178079, as pointed out by Gregg L. Smith
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179448 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/mpm_common.h')
-rw-r--r-- | include/mpm_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mpm_common.h b/include/mpm_common.h index 286b388e3e..7118351c30 100644 --- a/include/mpm_common.h +++ b/include/mpm_common.h @@ -314,7 +314,7 @@ AP_INIT_TAKE1("GracefulShutdownTimeout", ap_mpm_set_graceful_shutdown, NULL, \ int ap_signal_server(int *, apr_pool_t *); void ap_mpm_rewrite_args(process_rec *); -extern apr_uint32_t ap_max_mem_free; +AP_DECLARE_DATA apr_uint32_t ap_max_mem_free; extern const char *ap_mpm_set_max_mem_free(cmd_parms *cmd, void *dummy, const char *arg); |