comparison src/core/ngx_buf.h @ 8782:eaf356a35f5d quic

Merged with the default branch.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 29 Dec 2021 15:17:26 +0300
parents ec2e6893caaa
children
comparison
equal deleted inserted replaced
8768:32daba3aabb2 8782:eaf356a35f5d
88 unsigned need_in_temp:1; 88 unsigned need_in_temp:1;
89 unsigned aio:1; 89 unsigned aio:1;
90 90
91 #if (NGX_HAVE_FILE_AIO || NGX_COMPAT) 91 #if (NGX_HAVE_FILE_AIO || NGX_COMPAT)
92 ngx_output_chain_aio_pt aio_handler; 92 ngx_output_chain_aio_pt aio_handler;
93 #if (NGX_HAVE_AIO_SENDFILE || NGX_COMPAT)
94 ssize_t (*aio_preload)(ngx_buf_t *file);
95 #endif
96 #endif 93 #endif
97 94
98 #if (NGX_THREADS || NGX_COMPAT) 95 #if (NGX_THREADS || NGX_COMPAT)
99 ngx_int_t (*thread_handler)(ngx_thread_task_t *task, 96 ngx_int_t (*thread_handler)(ngx_thread_task_t *task,
100 ngx_file_t *file); 97 ngx_file_t *file);