comparison src/core/ngx_open_file_cache.h @ 665:0b460e61bdcd default tip

Merge with nginx 1.0.0.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 25 Apr 2011 04:22:17 +0400
parents f7ec98e3caeb
children
comparison
equal deleted inserted replaced
572:06419a2298a9 665:0b460e61bdcd
19 ngx_fd_t fd; 19 ngx_fd_t fd;
20 ngx_file_uniq_t uniq; 20 ngx_file_uniq_t uniq;
21 time_t mtime; 21 time_t mtime;
22 off_t size; 22 off_t size;
23 off_t directio; 23 off_t directio;
24 size_t read_ahead;
24 25
25 ngx_err_t err; 26 ngx_err_t err;
26 char *failed; 27 char *failed;
27 28
28 time_t valid; 29 time_t valid;