comparison src/mail/ngx_mail.h @ 6130:fc99323a3d79

Mail: error_log support.
author Vladimir Homutov <vl@nginx.com>
date Fri, 20 Feb 2015 15:31:37 +0300
parents ec01b1d1fff1
children bf1655ae9a1c
comparison
equal deleted inserted replaced
6129:187aa751ad62 6130:fc99323a3d79
137 137
138 u_char *file_name; 138 u_char *file_name;
139 ngx_int_t line; 139 ngx_int_t line;
140 140
141 ngx_resolver_t *resolver; 141 ngx_resolver_t *resolver;
142 ngx_log_t *error_log;
142 143
143 /* server ctx */ 144 /* server ctx */
144 ngx_mail_conf_ctx_t *ctx; 145 ngx_mail_conf_ctx_t *ctx;
145 } ngx_mail_core_srv_conf_t; 146 } ngx_mail_core_srv_conf_t;
146 147