comparison src/http/ngx_http_core_module.h @ 3052:6060225e9261

FreeBSD and Linux AIO support
author Igor Sysoev <igor@sysoev.ru>
date Fri, 28 Aug 2009 08:12:35 +0000
parents b941147f2b2e
children 0d253659da12
comparison
equal deleted inserted replaced
3051:26dfc0fa22c8 3052:6060225e9261
345 345
346 ngx_flag_t client_body_in_single_buffer; 346 ngx_flag_t client_body_in_single_buffer;
347 /* client_body_in_singe_buffer */ 347 /* client_body_in_singe_buffer */
348 ngx_flag_t internal; /* internal */ 348 ngx_flag_t internal; /* internal */
349 ngx_flag_t sendfile; /* sendfile */ 349 ngx_flag_t sendfile; /* sendfile */
350 #if (NGX_HAVE_FILE_AIO)
351 ngx_flag_t aio; /* aio */
352 #endif
350 ngx_flag_t tcp_nopush; /* tcp_nopush */ 353 ngx_flag_t tcp_nopush; /* tcp_nopush */
351 ngx_flag_t tcp_nodelay; /* tcp_nodelay */ 354 ngx_flag_t tcp_nodelay; /* tcp_nodelay */
352 ngx_flag_t reset_timedout_connection; /* reset_timedout_connection */ 355 ngx_flag_t reset_timedout_connection; /* reset_timedout_connection */
353 ngx_flag_t server_name_in_redirect; /* server_name_in_redirect */ 356 ngx_flag_t server_name_in_redirect; /* server_name_in_redirect */
354 ngx_flag_t port_in_redirect; /* port_in_redirect */ 357 ngx_flag_t port_in_redirect; /* port_in_redirect */