diff options
author | Paul Querna <pquerna@apache.org> | 2009-03-28 02:00:41 +0100 |
---|---|---|
committer | Paul Querna <pquerna@apache.org> | 2009-03-28 02:00:41 +0100 |
commit | 1144cad0e8b149d3cfde5009420d42c75fb6b69c (patch) | |
tree | 3e9f0abd66c7a65c264a94165aa4f0ce417b7b97 /include/ap_mpm.h | |
parent | Add support for Preserving the client provided Host header. (diff) | |
download | apache2-1144cad0e8b149d3cfde5009420d42c75fb6b69c.tar.xz apache2-1144cad0e8b149d3cfde5009420d42c75fb6b69c.zip |
If serf is available, compile in driving the serf event loop from inside the
Event MPM.
Add a new MPM Query to determine if an MPM supports this.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@759413 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_mpm.h')
-rw-r--r-- | include/ap_mpm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ap_mpm.h b/include/ap_mpm.h index 43d341ea2c..15c37c906f 100644 --- a/include/ap_mpm.h +++ b/include/ap_mpm.h @@ -144,6 +144,7 @@ AP_DECLARE(apr_status_t) ap_os_create_privileged_process( #define AP_MPMQ_MPM_STATE 13 /* starting, running, stopping */ #define AP_MPMQ_IS_ASYNC 14 /* MPM can process async connections */ #define AP_MPMQ_GENERATION 15 /* MPM generation */ +#define AP_MPMQ_HAS_SERF 16 /* MPM can drive serf internally */ /** * Query a property of the current MPM. |