mirror of
https://github.com/apache/httpd.git
synced 2025-11-08 04:22:21 +03:00
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
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user