[EMAIL PROTECTED] wrote:
> 
> Modified: httpd/httpd/trunk/modules/proxy/ajp.h
> URL: 
> http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/ajp.h?view=diff&rev=467014&r1=467013&r2=467014
> ==============================================================================
> --- httpd/httpd/trunk/modules/proxy/ajp.h (original)
> +++ httpd/httpd/trunk/modules/proxy/ajp.h Mon Oct 23 08:31:59 2006
> @@ -118,6 +118,8 @@
>      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;
>  };

It's standard procedure to add additional struct elements
to the END, for backwards binary compatibility.
-- 
===========================================================================
   Jim Jagielski   [|]   [EMAIL PROTECTED]   [|]   http://www.jaguNET.com/
            "If you can dodge a wrench, you can dodge a ball."

Reply via email to