]> git.kaiwu.me - nginx.git/commitdiff
Added COMPAT section to ngx_log_t.
authorDmitry Plotnikov <d.plotnikov@f5.com>
Thu, 19 Mar 2026 21:20:50 +0000 (21:20 +0000)
committerdplotnikov-f5 <67346902+dplotnikov-f5@users.noreply.github.com>
Mon, 23 Mar 2026 16:38:11 +0000 (09:38 -0700)
src/core/ngx_log.h

index ab64a5ad05ba9b1fbf992077dd4f018bdf4d8a01..78cea2a3bd267e6c0ccec3755d55cbc9a518f3de 100644 (file)
@@ -70,6 +70,9 @@ struct ngx_log_s {
     char                *action;
 
     ngx_log_t           *next;
+
+    NGX_COMPAT_BEGIN(5)
+    NGX_COMPAT_END
 };