You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jeff Trawick <tr...@gmail.com> on 2010/07/01 01:08:26 UTC

Re: svn commit: r959464 - in /httpd/httpd/trunk: include/ modules/aaa/ modules/cache/ modules/dav/main/ modules/proxy/ server/

On Wed, Jun 30, 2010 at 6:34 PM,  <sf...@apache.org> wrote:
> Author: sf
> Date: Wed Jun 30 22:34:05 2010
> New Revision: 959464
>
> URL: http://svn.apache.org/viewvc?rev=959464&view=rev
> Log:
> re-order many struct members for better alignment on 64bit
>
> Modified:
>    httpd/httpd/trunk/include/ap_mmn.h
>    httpd/httpd/trunk/include/http_config.h
>    httpd/httpd/trunk/include/http_core.h
>    httpd/httpd/trunk/include/httpd.h
>    httpd/httpd/trunk/include/scoreboard.h
>    httpd/httpd/trunk/include/util_filter.h
>    httpd/httpd/trunk/include/util_ldap.h
>    httpd/httpd/trunk/modules/aaa/mod_auth_digest.c
>    httpd/httpd/trunk/modules/cache/mod_cache.h
>    httpd/httpd/trunk/modules/dav/main/mod_dav.h
>    httpd/httpd/trunk/modules/proxy/mod_proxy.h
>    httpd/httpd/trunk/server/config.c
>
> Modified: httpd/httpd/trunk/include/ap_mmn.h
> URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/ap_mmn.h?rev=959464&r1=959463&r2=959464&view=diff
> ==============================================================================
> --- httpd/httpd/trunk/include/ap_mmn.h (original)
> +++ httpd/httpd/trunk/include/ap_mmn.h Wed Jun 30 22:34:05 2010
> @@ -232,6 +232,7 @@
>  * 20100609.2 (2.3.7-dev)  Add deferred write pool to core_output_filter_ctx
>  * 20100625.0 (2.3.7-dev)  Add 'userctx' to socache iterator callback prototype
>  * 20100630.0 (2.3.7-dev)  make module_levels vector of char instead of int
> + * 20100701.0 (2.3.7-dev)  re-order struct members to improve alignment
>  */
>
>  #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */

Join the club of people who update the comment section of this file
but not the code ;)