summaryrefslogtreecommitdiff
path: root/include/mpm_common.h
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-10-05 21:25:58 +0000
committerStefan Fritsch <sf@apache.org>2011-10-05 21:25:58 +0000
commit6327f51ed2d5faeecf1158f267cc6ce11f40293e (patch)
tree0d3be6081f45ab649f7fda5fdd2b75ec96b898a4 /include/mpm_common.h
parentf607ef5e5c3156faedf91740aacc5b1b95e7f580 (diff)
downloadhttpd-6327f51ed2d5faeecf1158f267cc6ce11f40293e.tar.gz
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.h2
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);