Added COMPAT section to ngx_log_t.

This commit is contained in:
Dmitry Plotnikov
2026-03-23 09:38:11 -07:00
committed by dplotnikov-f5
parent 920dc099c1
commit c6c77e8875
+3
View File
@@ -70,6 +70,9 @@ struct ngx_log_s {
char *action;
ngx_log_t *next;
NGX_COMPAT_BEGIN(5)
NGX_COMPAT_END
};