comparison src/stream/ngx_stream.h @ 6710:3ab8736958cb

Modules compatibility: health check fields.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 29 Sep 2016 18:06:02 +0300
parents ea9dfe2f62e7
children 90a03b1dc4db
comparison
equal deleted inserted replaced
6709:e08e741f74cd 6710:3ab8736958cb
224 224
225 ngx_int_t phase_handler; 225 ngx_int_t phase_handler;
226 ngx_uint_t status; 226 ngx_uint_t status;
227 227
228 #if (NGX_STREAM_SSL) 228 #if (NGX_STREAM_SSL)
229 ngx_uint_t ssl; /* unsigned ssl:1; */ 229 unsigned ssl:1;
230 #endif 230 #endif
231
232 unsigned health_check:1;
231 }; 233 };
232 234
233 235
234 typedef struct { 236 typedef struct {
235 ngx_int_t (*preconfiguration)(ngx_conf_t *cf); 237 ngx_int_t (*preconfiguration)(ngx_conf_t *cf);