comparison src/core/ngx_open_file_cache.h @ 2277:732bf367dc08

NGX_OPEN_FILE_DIRECTIO_OFF
author Igor Sysoev <igor@sysoev.ru>
date Thu, 16 Oct 2008 13:31:00 +0000
parents 987831d73bd8
children 09cab3f8d92e
comparison
equal deleted inserted replaced
2276:1c758cc43280 2277:732bf367dc08
8 #include <ngx_core.h> 8 #include <ngx_core.h>
9 9
10 10
11 #ifndef _NGX_OPEN_FILE_CACHE_H_INCLUDED_ 11 #ifndef _NGX_OPEN_FILE_CACHE_H_INCLUDED_
12 #define _NGX_OPEN_FILE_CACHE_H_INCLUDED_ 12 #define _NGX_OPEN_FILE_CACHE_H_INCLUDED_
13
14
15 #define NGX_OPEN_FILE_DIRECTIO_OFF NGX_MAX_OFF_T_VALUE
13 16
14 17
15 typedef struct { 18 typedef struct {
16 ngx_fd_t fd; 19 ngx_fd_t fd;
17 ngx_file_uniq_t uniq; 20 ngx_file_uniq_t uniq;