mirror of
https://github.com/nginx/nginx.git
synced 2026-06-13 19:00:34 -04:00
Added COMPAT section to ngx_log_t.
Some checks are pending
buildbot / buildbot (push) Waiting to run
Some checks are pending
buildbot / buildbot (push) Waiting to run
This commit is contained in:
parent
920dc099c1
commit
c6c77e8875
1 changed files with 3 additions and 0 deletions
|
|
@ -70,6 +70,9 @@ struct ngx_log_s {
|
|||
char *action;
|
||||
|
||||
ngx_log_t *next;
|
||||
|
||||
NGX_COMPAT_BEGIN(5)
|
||||
NGX_COMPAT_END
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue