comparison src/stream/ngx_stream_upstream_round_robin.h @ 6736:f41c2530dd17

Modules compatibility: removed dependencies on NGX_STREAM_SSL. External structures are now identical regardless of stream SSL module compiled in or not.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 10 Oct 2016 18:44:17 +0300
parents d200a0fd00b7
children 90cc7194e993
comparison
equal deleted inserted replaced
6735:e38e9c50a40e 6736:f41c2530dd17
38 ngx_msec_t slow_start; 38 ngx_msec_t slow_start;
39 ngx_msec_t start_time; 39 ngx_msec_t start_time;
40 40
41 ngx_uint_t down; 41 ngx_uint_t down;
42 42
43 #if (NGX_STREAM_SSL)
44 void *ssl_session; 43 void *ssl_session;
45 int ssl_session_len; 44 int ssl_session_len;
46 #endif
47 45
48 #if (NGX_STREAM_UPSTREAM_ZONE) 46 #if (NGX_STREAM_UPSTREAM_ZONE)
49 ngx_atomic_t lock; 47 ngx_atomic_t lock;
50 #endif 48 #endif
51 49