summaryrefslogtreecommitdiff
path: root/include/mpm_common.h
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2010-01-26 00:05:37 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2010-01-26 00:05:37 +0000
commit78cf8c9212e1fec6d168dd5345c3949d2e3935e4 (patch)
tree0cd109a999356cfdfbd8a14c5e9a92895a935d8a /include/mpm_common.h
parent0d7fe7ffd7d972e3b557f60128a6b761ec0f610f (diff)
downloadhttpd-78cf8c9212e1fec6d168dd5345c3949d2e3935e4.tar.gz
Refactor mod_status out of the ExtendedStatus toggle picture, as other
modules can and should be able to use this scoreboard information. Rename suggestions for such a directive are welcomed. Note that mod_status toggles the default, to present the ExtendedStatus for server operators, whenever it is loaded. Docs changes to follow. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@903020 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/mpm_common.h')
-rw-r--r--include/mpm_common.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/mpm_common.h b/include/mpm_common.h
index 40c96ce7b2..a12d6d0233 100644
--- a/include/mpm_common.h
+++ b/include/mpm_common.h
@@ -265,12 +265,6 @@ const char *ap_mpm_set_pidfile(cmd_parms *cmd, void *dummy,
const char *arg);
/*
- * Set the scorboard file.
- */
-const char *ap_mpm_set_scoreboard(cmd_parms *cmd, void *dummy,
- const char *arg);
-
-/*
* The directory that the server changes directory to dump core.
*/
extern char ap_coredump_dir[MAX_STRING_LEN];