comparison src/os/unix/ngx_files.h @ 2933:d24b1739cf9d

style fix
author Igor Sysoev <igor@sysoev.ru>
date Thu, 11 Jun 2009 05:51:37 +0000
parents 9d986c4e796f
children 6060225e9261 6b8284fc958d
comparison
equal deleted inserted replaced
2932:a135d995569a 2933:d24b1739cf9d
16 typedef struct stat ngx_file_info_t; 16 typedef struct stat ngx_file_info_t;
17 typedef ino_t ngx_file_uniq_t; 17 typedef ino_t ngx_file_uniq_t;
18 18
19 19
20 typedef struct { 20 typedef struct {
21 DIR *dir; 21 DIR *dir;
22 struct dirent *de; 22 struct dirent *de;
23 struct stat info; 23 struct stat info;
24 24
25 unsigned type:8; 25 unsigned type:8;
26 unsigned valid_info:1; 26 unsigned valid_info:1;
27 unsigned valid_type:1; 27 unsigned valid_type:1;
28 } ngx_dir_t; 28 } ngx_dir_t;
29 29
30 30
31 typedef struct { 31 typedef struct {
32 size_t n; 32 size_t n;