comparison src/os/unix/ngx_os.h @ 4223:1b779cb69dc8

malloc() debugging on MacOSX.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 24 Oct 2011 15:46:48 +0000
parents a1d54c705f38
children d620f497c50f
comparison
equal deleted inserted replaced
4222:2dd6c7cb211a 4223:1b779cb69dc8
29 ngx_send_chain_pt send_chain; 29 ngx_send_chain_pt send_chain;
30 ngx_uint_t flags; 30 ngx_uint_t flags;
31 } ngx_os_io_t; 31 } ngx_os_io_t;
32 32
33 33
34 void ngx_debug_init(void);
35 ngx_int_t ngx_os_init(ngx_log_t *log); 34 ngx_int_t ngx_os_init(ngx_log_t *log);
36 void ngx_os_status(ngx_log_t *log); 35 void ngx_os_status(ngx_log_t *log);
37 ngx_int_t ngx_os_specific_init(ngx_log_t *log); 36 ngx_int_t ngx_os_specific_init(ngx_log_t *log);
38 void ngx_os_specific_status(ngx_log_t *log); 37 void ngx_os_specific_status(ngx_log_t *log);
39 ngx_int_t ngx_daemon(ngx_log_t *log); 38 ngx_int_t ngx_daemon(ngx_log_t *log);