]> granicus.if.org Git - apache/commitdiff
Revert r1201211 for the list of MPM queries:
authorRainer Jung <rjung@apache.org>
Sat, 12 Nov 2011 19:11:02 +0000 (19:11 +0000)
committerRainer Jung <rjung@apache.org>
Sat, 12 Nov 2011 19:11:02 +0000 (19:11 +0000)
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

include/ap_mpm.h

index 923236cf3e047339d68d7102e252980aab832a96..b061c0a23b87f682eff7b80e953bd0ed60596b55 100644 (file)
@@ -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.