From: Jean-Frederic Clere Date: Tue, 24 Oct 2006 07:31:52 +0000 (+0000) Subject: Put the next field at the end of the structure. X-Git-Tag: 2.3.0~2053 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9fb8b2fce8c0b90b24a2f6a33e36a4994b3fef5b;p=apache Put the next field at the end of the structure. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@467265 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/ajp.h b/modules/proxy/ajp.h index 90ea325a29..c91a0303ac 100644 --- a/modules/proxy/ajp.h +++ b/modules/proxy/ajp.h @@ -118,10 +118,10 @@ struct ajp_msg apr_size_t len; /** The current read position */ apr_size_t pos; - /** The size of the buffer */ - apr_size_t max_size; /** Flag indicating the origing of the message */ int server_side; + /** The size of the buffer */ + apr_size_t max_size; }; /**