diff options
author | Vladimir Homutov <vl@nginx.com> | 2015-02-20 15:31:37 +0300 |
---|---|---|
committer | Vladimir Homutov <vl@nginx.com> | 2015-02-20 15:31:37 +0300 |
commit | 4e010c2834ef044b179ff19a0a1b34e0ff223d8c (patch) | |
tree | cb6992b3f9c82475c0785cd83247166d2013d982 /src/mail/ngx_mail.h | |
parent | df555ffce6fe6416cc874dcd69a64584c6c7f5e8 (diff) | |
download | nginx-4e010c2834ef044b179ff19a0a1b34e0ff223d8c.tar.gz nginx-4e010c2834ef044b179ff19a0a1b34e0ff223d8c.zip |
Mail: error_log support.
Diffstat (limited to 'src/mail/ngx_mail.h')
-rw-r--r-- | src/mail/ngx_mail.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mail/ngx_mail.h b/src/mail/ngx_mail.h index 02261390c..e15bc6342 100644 --- a/src/mail/ngx_mail.h +++ b/src/mail/ngx_mail.h @@ -139,6 +139,7 @@ typedef struct { ngx_int_t line; ngx_resolver_t *resolver; + ngx_log_t *error_log; /* server ctx */ ngx_mail_conf_ctx_t *ctx; |