comparison src/http/ngx_http_upstream_round_robin.h @ 6038:94ce52db3367

Removed stub implementation of win32 mutexes.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 23 Mar 2015 13:52:47 +0300
parents efc84a5723b3
children 6ff0ebd6fbf4
comparison
equal deleted inserted replaced
6037:1a9e25b3f8d1 6038:94ce52db3367
42 typedef struct ngx_http_upstream_rr_peers_s ngx_http_upstream_rr_peers_t; 42 typedef struct ngx_http_upstream_rr_peers_s ngx_http_upstream_rr_peers_t;
43 43
44 struct ngx_http_upstream_rr_peers_s { 44 struct ngx_http_upstream_rr_peers_s {
45 ngx_uint_t number; 45 ngx_uint_t number;
46 46
47 /* ngx_mutex_t *mutex; */
48
49 ngx_uint_t total_weight; 47 ngx_uint_t total_weight;
50 48
51 unsigned single:1; 49 unsigned single:1;
52 unsigned weighted:1; 50 unsigned weighted:1;
53 51