diff src/core/ngx_connection.h @ 2967:0ea35a84c72d stable-0.6

merge r2889: keepalive_requests
author Igor Sysoev <igor@sysoev.ru>
date Mon, 22 Jun 2009 09:50:51 +0000
parents 567028e737cc
children
line wrap: on
line diff
--- a/src/core/ngx_connection.h
+++ b/src/core/ngx_connection.h
@@ -134,6 +134,8 @@ struct ngx_connection_s {
 
     ngx_atomic_uint_t   number;
 
+    ngx_uint_t          requests;
+
     unsigned            buffered:8;
 
     unsigned            log_error:3;     /* ngx_connection_log_error_e */