From c6c77e887545d17ddef495c4efa768477541576a Mon Sep 17 00:00:00 2001 From: Dmitry Plotnikov Date: Thu, 19 Mar 2026 21:20:50 +0000 Subject: Added COMPAT section to ngx_log_t. --- src/core/ngx_log.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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 }; -- cgit