Added COMPAT section to ngx_log_t.
Some checks are pending
buildbot / buildbot (push) Waiting to run

This commit is contained in:
Dmitry Plotnikov 2026-03-19 21:20:50 +00:00 committed by dplotnikov-f5
parent 920dc099c1
commit c6c77e8875

View file

@ -70,6 +70,9 @@ struct ngx_log_s {
char *action;
ngx_log_t *next;
NGX_COMPAT_BEGIN(5)
NGX_COMPAT_END
};