summaryrefslogtreecommitdiff
path: root/include/ap_mpm.h
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2008-04-07 10:00:32 +0000
committerPaul Querna <pquerna@apache.org>2008-04-07 10:00:32 +0000
commit5fa2bbbdeb901279685d12b4fd29026720b6e825 (patch)
tree6e2c63f8352942c9883bd45190263172fcc1f554 /include/ap_mpm.h
parent064a1ffbff2a66fcc1c9c4260571a276cebbc526 (diff)
downloadhttpd-5fa2bbbdeb901279685d12b4fd29026720b6e825.tar.gz
Remove ap_graceful_stop_signalled from all MPMs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645437 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_mpm.h')
-rw-r--r--include/ap_mpm.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/ap_mpm.h b/include/ap_mpm.h
index ca8b625623..eb3ef51663 100644
--- a/include/ap_mpm.h
+++ b/include/ap_mpm.h
@@ -91,14 +91,6 @@ extern "C" {
AP_DECLARE(int) ap_mpm_run(apr_pool_t *pconf, apr_pool_t *plog, server_rec *server_conf);
/**
- * predicate indicating if a graceful stop has been requested ...
- * used by the connection loop
- * @return 1 if a graceful stop has been requested, 0 otherwise
- * @fn int ap_graceful_stop_signalled(*void)
- */
-AP_DECLARE(int) ap_graceful_stop_signalled(void);
-
-/**
* Spawn a process with privileges that another module has requested
* @param r The request_rec of the current request
* @param newproc The resulting process handle.