]> git.kaiwu.me - nginx.git/commit
Modules compatibility: compatibility with NGX_THREADS.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 10 Oct 2016 15:44:17 +0000 (18:44 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 10 Oct 2016 15:44:17 +0000 (18:44 +0300)
commit9f6e8673f40f7532bf3059bda41e05b545520dd3
tree6bb28049fef591146534df799590c137b5ae89db
parent82ec8492717dcf141eead17fd158ff3f9e072e84
Modules compatibility: compatibility with NGX_THREADS.

With this change it is now possible to load modules compiled without
the "--with-threads" configure option into nginx binary compiled with it,
and vice versa (if a module does not use thread-specific functions),
assuming both use the "--with-compat" option.
src/core/ngx_buf.h
src/core/ngx_connection.h
src/core/ngx_core.h
src/core/ngx_file.h
src/core/ngx_module.h
src/event/ngx_event_pipe.h
src/http/ngx_http_cache.h
src/http/ngx_http_core_module.h