comparison src/core/ngx_log.h @ 2718:dbd02ee65df4

fix building on platforms which have no atomic operations support, the bug was introduced in r2564
author Igor Sysoev <igor@sysoev.ru>
date Fri, 17 Apr 2009 19:11:31 +0000
parents ce75aac647e7
children ffa8e2451457
comparison
equal deleted inserted replaced
2717:73fe3fe858b9 2718:dbd02ee65df4
196 /*********************************/ 196 /*********************************/
197 197
198 ngx_log_t *ngx_log_init(void); 198 ngx_log_t *ngx_log_init(void);
199 ngx_log_t *ngx_log_create_errlog(ngx_cycle_t *cycle, ngx_array_t *args); 199 ngx_log_t *ngx_log_create_errlog(ngx_cycle_t *cycle, ngx_array_t *args);
200 char *ngx_set_error_log_levels(ngx_conf_t *cf, ngx_log_t *log); 200 char *ngx_set_error_log_levels(ngx_conf_t *cf, ngx_log_t *log);
201 void ngx_log_abort(ngx_err_t err, const char *text); 201 void ngx_log_abort(ngx_err_t err, const char *text, void *param);
202 202
203 203
204 extern ngx_module_t ngx_errlog_module; 204 extern ngx_module_t ngx_errlog_module;
205 205
206 206