comparison src/core/ngx_garbage_collector.h @ 467:bbd6b0b4a2b1 release-0.1.8

nginx-0.1.8-RELEASE import *) Bugfix: in the ngx_http_autoindex_module if the long file names were in the listing. *) Feature: the "^~" modifier in the location directive. *) Feature: the proxy_max_temp_file_size directive.
author Igor Sysoev <igor@sysoev.ru>
date Sat, 20 Nov 2004 19:52:20 +0000
parents 42d11f017717
children 64d9afb209da
comparison
equal deleted inserted replaced
466:ee6d66462bff 467:bbd6b0b4a2b1
21 ngx_gc_handler_pt handler; 21 ngx_gc_handler_pt handler;
22 ngx_log_t *log; 22 ngx_log_t *log;
23 }; 23 };
24 24
25 25
26 int ngx_garbage_collector_temp_handler(ngx_gc_t *ctx, ngx_str_t *name, 26 ngx_int_t ngx_collect_garbage(ngx_gc_t *ctx, ngx_str_t *dname, int level);
27 ngx_dir_t *dir); 27 ngx_int_t ngx_garbage_collector_temp_handler(ngx_gc_t *ctx, ngx_str_t *name,
28 ngx_dir_t *dir);
28 29
29 30
30 #endif /* _NGX_GARBAGE_COLLECTOR_H_INCLUDED_ */ 31 #endif /* _NGX_GARBAGE_COLLECTOR_H_INCLUDED_ */