comparison src/event/ngx_event_connect.h @ 7452:570d8c626eea

Modules compatibility: down flag in ngx_peer_connection_t.
author Roman Arutyunyan <arut@nginx.com>
date Thu, 31 Jan 2019 17:25:03 +0300
parents 8b68d50090e4
children
comparison
equal deleted inserted replaced
7451:d864ee67b5ae 7452:570d8c626eea
61 ngx_log_t *log; 61 ngx_log_t *log;
62 62
63 unsigned cached:1; 63 unsigned cached:1;
64 unsigned transparent:1; 64 unsigned transparent:1;
65 unsigned so_keepalive:1; 65 unsigned so_keepalive:1;
66 unsigned down:1;
66 67
67 /* ngx_connection_log_error_e */ 68 /* ngx_connection_log_error_e */
68 unsigned log_error:2; 69 unsigned log_error:2;
69 70
70 NGX_COMPAT_BEGIN(2) 71 NGX_COMPAT_BEGIN(2)