patch -p0 < ../nginx_upstream_hash/nginx.patch
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 5 Feb 2009 21:31:31 +0000 (22:31 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 5 Feb 2009 21:31:31 +0000 (22:31 +0100)
nginx/src/http/ngx_http_upstream.h

index 3c14127..8cbe271 100644 (file)
@@ -98,6 +98,10 @@ struct ngx_http_upstream_srv_conf_s {
 
     ngx_array_t                    *servers;   /* ngx_http_upstream_server_t */
 
 
     ngx_array_t                    *servers;   /* ngx_http_upstream_server_t */
 
+    ngx_array_t                    *values;
+    ngx_array_t                    *lengths;
+    ngx_uint_t                      retries;
+
     ngx_uint_t                      flags;
     ngx_str_t                       host;
     u_char                         *file_name;
     ngx_uint_t                      flags;
     ngx_str_t                       host;
     u_char                         *file_name;