summaryrefslogtreecommitdiff
path: root/include/ap_mpm.h
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2009-03-28 01:00:41 +0000
committerPaul Querna <pquerna@apache.org>2009-03-28 01:00:41 +0000
commit1144cad0e8b149d3cfde5009420d42c75fb6b69c (patch)
tree3e9f0abd66c7a65c264a94165aa4f0ce417b7b97 /include/ap_mpm.h
parentb145fc9e77056dc4d6174308fef60764dfb61c52 (diff)
downloadhttpd-1144cad0e8b149d3cfde5009420d42c75fb6b69c.tar.gz
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.h1
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.