From: Jeff Trawick Date: Thu, 19 Jul 2012 00:09:27 +0000 (+0000) Subject: modernize some commentary on APEXIT_foo values X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5004ccbbd66b9ca4557d5203cca0cc61c3da4b7b;p=thirdparty%2Fapache%2Fhttpd.git modernize some commentary on APEXIT_foo values git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1363186 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/httpd.h b/include/httpd.h index ef60b3f9d86..2f6fa6ddc71 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -312,9 +312,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