diff options
author | Paul Querna <pquerna@apache.org> | 2008-04-07 12:00:32 +0200 |
---|---|---|
committer | Paul Querna <pquerna@apache.org> | 2008-04-07 12:00:32 +0200 |
commit | 5fa2bbbdeb901279685d12b4fd29026720b6e825 (patch) | |
tree | 6e2c63f8352942c9883bd45190263172fcc1f554 /include/ap_mpm.h | |
parent | Remove calls to ap_graceful_stop_signalled, and replace by using ap_mpm_query (diff) | |
download | apache2-5fa2bbbdeb901279685d12b4fd29026720b6e825.tar.xz apache2-5fa2bbbdeb901279685d12b4fd29026720b6e825.zip |
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.h | 8 |
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. |