You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2012/07/24 14:29:23 UTC

svn commit: r1365008 - in /httpd/httpd/branches/2.2.x: ./ include/httpd.h

Author: trawick
Date: Tue Jul 24 12:29:22 2012
New Revision: 1365008

URL: http://svn.apache.org/viewvc?rev=1365008&view=rev
Log:
merge r1363186 from trunk:

modernize some commentary on APEXIT_foo values

Modified:
    httpd/httpd/branches/2.2.x/   (props changed)
    httpd/httpd/branches/2.2.x/include/httpd.h

Propchange: httpd/httpd/branches/2.2.x/
------------------------------------------------------------------------------
  Merged /httpd/httpd/trunk:r1363186

Modified: httpd/httpd/branches/2.2.x/include/httpd.h
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/include/httpd.h?rev=1365008&r1=1365007&r2=1365008&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/include/httpd.h (original)
+++ httpd/httpd/branches/2.2.x/include/httpd.h Tue Jul 24 12:29:22 2012
@@ -337,9 +337,9 @@ extern "C" {
 #define AP_MAX_SENDFILE 16777216  /* 2^24 */
 
 /**
- * Special Apache error codes. These are basically used
- *  in http_main.c so we can keep track of various errors.
- *        
+ * MPM child process exit status values
+ * The MPM parent process may check the status to see if special
+ * error handling is required.
  */
 /** a normal exit */
 #define APEXIT_OK		0x0