From 9fb8b2fce8c0b90b24a2f6a33e36a4994b3fef5b Mon Sep 17 00:00:00 2001 From: Jean-Frederic Clere Date: Tue, 24 Oct 2006 07:31:52 +0000 Subject: [PATCH] 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 --- modules/proxy/ajp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }; /** -- 2.40.0