]> granicus.if.org Git - apache/commitdiff
Put the next field at the end of the structure.
authorJean-Frederic Clere <jfclere@apache.org>
Tue, 24 Oct 2006 07:31:52 +0000 (07:31 +0000)
committerJean-Frederic Clere <jfclere@apache.org>
Tue, 24 Oct 2006 07:31:52 +0000 (07:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@467265 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/ajp.h

index 90ea325a2949dfb25f5c909f49c743a97b3d6423..c91a0303ac3cc95dd7283a5866ee9a34971f7ce2 100644 (file)
@@ -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;
 };
 
 /**