]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
merge r1363186 from trunk:
authorJeff Trawick <trawick@apache.org>
Tue, 24 Jul 2012 12:29:22 +0000 (12:29 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 24 Jul 2012 12:29:22 +0000 (12:29 +0000)
modernize some commentary on APEXIT_foo values

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1365008 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h

index 70165a4dd703f5abb105028c9915c04cfeb2eab3..f20c87332d8a80b89f45fc35976be691bac50e37 100644 (file)
@@ -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