From: Dmitry Plotnikov Date: Thu, 19 Mar 2026 21:20:50 +0000 (+0000) Subject: Added COMPAT section to ngx_log_t. X-Git-Tag: release-1.29.7~11 X-Git-Url: http://www.kaiwu.me/sitemap.xml?a=commitdiff_plain;h=c6c77e887545d17ddef495c4efa768477541576a;p=nginx.git Added COMPAT section to ngx_log_t. --- diff --git a/src/core/ngx_log.h b/src/core/ngx_log.h index ab64a5ad0..78cea2a3b 100644 --- a/src/core/ngx_log.h +++ b/src/core/ngx_log.h @@ -70,6 +70,9 @@ struct ngx_log_s { char *action; ngx_log_t *next; + + NGX_COMPAT_BEGIN(5) + NGX_COMPAT_END };