comparison src/stream/ngx_stream.h @ 6711:90a03b1dc4db

Modules compatibility: status fields.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 29 Sep 2016 18:06:03 +0300
parents 3ab8736958cb
children cebf5fed00bf
comparison
equal deleted inserted replaced
6710:3ab8736958cb 6711:90a03b1dc4db
226 ngx_uint_t status; 226 ngx_uint_t status;
227 227
228 #if (NGX_STREAM_SSL) 228 #if (NGX_STREAM_SSL)
229 unsigned ssl:1; 229 unsigned ssl:1;
230 #endif 230 #endif
231
232 unsigned stat_processing:1;
231 233
232 unsigned health_check:1; 234 unsigned health_check:1;
233 }; 235 };
234 236
235 237