comparison src/os/win32/ngx_types.h @ 457:ded1284520cc release-0.1.3

nginx-0.1.3-RELEASE import *) 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 <igor@sysoev.ru>
date Mon, 25 Oct 2004 15:29:23 +0000
parents 42d11f017717
children 532d15ddbe68
comparison
equal deleted inserted replaced
456:911c05435a02 457:ded1284520cc
17 typedef uint64_t ngx_file_uniq_t; 17 typedef uint64_t ngx_file_uniq_t;
18 18
19 typedef struct { 19 typedef struct {
20 HANDLE dir; 20 HANDLE dir;
21 WIN32_FIND_DATA fd; 21 WIN32_FIND_DATA fd;
22 unsigned info_valid; 22
23 unsigned ready; 23 unsigned valid_info:1;
24 unsigned ready:1;
24 } ngx_dir_t; 25 } ngx_dir_t;
25 26
26 27
27 #endif /* _NGX_TYPES_H_INCLUDED_ */ 28 #endif /* _NGX_TYPES_H_INCLUDED_ */