Ignore:
Timestamp:
01/05/08 18:16:58 (4 years ago)
Author:
Tomash Brechko <tomash.brechko@…>
Branches:
master-v0.7, master-v0.6, memcached_hash, upstream_count_limit
Children:
bc9e45
Parents:
8021c2
git-author:
Tomash Brechko <tomash.brechko@…> (12/28/07 14:55:27)
git-committer:
Tomash Brechko <tomash.brechko@…> (01/05/08 18:16:58)
Message:

Add ngx_http_upstream_server_t::name.

This field contains the name of the server as it was specified in the
"server" directive in the nginx configuration file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/src/http/ngx_http_upstream.h

    r0019fc rde9561  
    6565 
    6666typedef struct { 
     67    ngx_str_t                       name; 
    6768    ngx_peer_addr_t                *addrs; 
    6869    ngx_uint_t                      naddrs; 
Note: See TracChangeset for help on using the changeset viewer.