From: Rainer Jung Date: Sat, 12 Nov 2011 19:11:02 +0000 (+0000) Subject: Revert r1201211 for the list of MPM queries: X-Git-Tag: 2.3.16~175 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=57db1078d7a03a418f01db288370d8604cb52cf3;p=apache Revert r1201211 for the list of MPM queries: Removing a query would be a major MMN change. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1201304 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mpm.h b/include/ap_mpm.h index 923236cf3e..b061c0a23b 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.