Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-11-11 20:50:47 +0300
committerIgor Sysoev <igor@sysoev.ru>2007-11-11 20:50:47 +0300
commit2afdfdcadbbe18cdcbf2e4288bcf1f729310117b (patch)
treef2d61a2a33ce96a408efaca2d081028034fce721 /src/os/win32/ngx_files.h
parentd7a7bedeb6a99feeaec3be5e9acdcf54ba017413 (diff)
fix win32 glob
Diffstat (limited to 'src/os/win32/ngx_files.h')
-rw-r--r--src/os/win32/ngx_files.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os/win32/ngx_files.h b/src/os/win32/ngx_files.h
index e0fa700a6..fb338830a 100644
--- a/src/os/win32/ngx_files.h
+++ b/src/os/win32/ngx_files.h
@@ -185,6 +185,8 @@ typedef struct {
WIN32_FIND_DATA finddata;
ngx_int_t ready;
u_char *pattern;
+ ngx_str_t name;
+ size_t last;
ngx_log_t *log;
} ngx_glob_t;