comparison src/os/unix/ngx_types.h @ 6:80ba094c6b3e NGINX_0_1_3

nginx 0.1.3 *) Feature: the ngx_http_autoindex_module and the autoindex directive. *) Feature: the proxy_set_x_url directive. *) Bugfix: proxy module may get caught in an endless loop when sendfile is not used.
author Igor Sysoev <http://sysoev.ru>
date Mon, 25 Oct 2004 00:00:00 +0400
parents f0b350454894
children
comparison
equal deleted inserted replaced
5:985c56ebe724 6:80ba094c6b3e
17 17
18 typedef struct { 18 typedef struct {
19 DIR *dir; 19 DIR *dir;
20 struct dirent *de; 20 struct dirent *de;
21 struct stat info; 21 struct stat info;
22 unsigned info_valid; 22
23 ngx_uint_t valid_info:1; /* unsigned valid_info:1; */
23 } ngx_dir_t; 24 } ngx_dir_t;
24 25
25 26
26 #endif /* _NGX_TYPES_H_INCLUDED_ */ 27 #endif /* _NGX_TYPES_H_INCLUDED_ */