You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jan Kaluza <jk...@redhat.com> on 2012/09/26 16:46:04 UTC

[PATCH] More useful data in ap_sload_t

Hi,

attached patch adds more variables (bytes_served and access_count) into ap_sload_t struct introduced in revision 1389481.

The intention is to have standard method to get number of total bytes_served and access_count without code duplication.

Thanks for reviewing,
Jan Kaluza

Re: [PATCH] More useful data in ap_sload_t

Posted by Joe Orton <jo...@redhat.com>.
On Wed, Sep 26, 2012 at 10:46:04AM -0400, Jan Kaluza wrote:
> attached patch adds more variables (bytes_served and access_count) 
> into ap_sload_t struct introduced in revision 1389481.
> 
> The intention is to have standard method to get number of total 
> bytes_served and access_count without code duplication.

Thanks Jan!  I've committed this in r1393338.

Regards, Joe