comparison src/core/ngx_buf.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 1fdba317ee6d
children adc2414856b1
comparison
equal deleted inserted replaced
6697:52367732bcbc 6698:e8d4c9e9682a
83 ngx_chain_t *free; 83 ngx_chain_t *free;
84 ngx_chain_t *busy; 84 ngx_chain_t *busy;
85 85
86 unsigned sendfile:1; 86 unsigned sendfile:1;
87 unsigned directio:1; 87 unsigned directio:1;
88 #if (NGX_HAVE_ALIGNED_DIRECTIO)
89 unsigned unaligned:1; 88 unsigned unaligned:1;
90 #endif
91 unsigned need_in_memory:1; 89 unsigned need_in_memory:1;
92 unsigned need_in_temp:1; 90 unsigned need_in_temp:1;
93 #if (NGX_HAVE_FILE_AIO || NGX_THREADS) 91 #if (NGX_HAVE_FILE_AIO || NGX_THREADS)
94 unsigned aio:1; 92 unsigned aio:1;
95 #endif 93 #endif