comparison src/event/ngx_event_connect.h @ 6698:e8d4c9e9682a

Removed influence of some options on structures.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 20 Sep 2016 12:30:52 +0300
parents 1d0e03db9f8e
children 1c9863f9592e
comparison
equal deleted inserted replaced
6697:52367732bcbc 6698:e8d4c9e9682a
59 int rcvbuf; 59 int rcvbuf;
60 60
61 ngx_log_t *log; 61 ngx_log_t *log;
62 62
63 unsigned cached:1; 63 unsigned cached:1;
64 #if (NGX_HAVE_TRANSPARENT_PROXY)
65 unsigned transparent:1; 64 unsigned transparent:1;
66 #endif
67 65
68 /* ngx_connection_log_error_e */ 66 /* ngx_connection_log_error_e */
69 unsigned log_error:2; 67 unsigned log_error:2;
70 }; 68 };
71 69