summaryrefslogtreecommitdiff
path: root/include/mpm_common.h
diff options
context:
space:
mode:
authorGreg Ames <gregames@apache.org>2003-05-15 20:28:18 +0000
committerGreg Ames <gregames@apache.org>2003-05-15 20:28:18 +0000
commitb6a93d8bb469ff54b667fc8225e77411f0d15968 (patch)
tree5a9439fcdd1ed1958d1b94d1b34aebae59bd9bcb /include/mpm_common.h
parent1307996f40883dfc7043308b9859c26c10a61e0e (diff)
downloadhttpd-b6a93d8bb469ff54b667fc8225e77411f0d15968.tar.gz
backport the following change from 2.1:
Enable coredumps on Linux 2.4+ if CoreDumpDirectory is coded I tried to clarify the doc, but it still looks like geek-speak. Any ideas on how to better explain this to users would be appreciated. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@99856 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/mpm_common.h')
-rw-r--r--include/mpm_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mpm_common.h b/include/mpm_common.h
index 1c598b4807..5961680089 100644
--- a/include/mpm_common.h
+++ b/include/mpm_common.h
@@ -276,6 +276,7 @@ const char *ap_mpm_set_scoreboard(cmd_parms *cmd, void *dummy,
*/
#ifdef AP_MPM_WANT_SET_COREDUMPDIR
extern char ap_coredump_dir[MAX_STRING_LEN];
+extern int ap_coredumpdir_configured;
const char *ap_mpm_set_coredumpdir(cmd_parms *cmd, void *dummy,
const char *arg);
#endif