]> git.kaiwu.me - nginx.git/commit
Modules compatibility: compatibility with NGX_HAVE_FILE_AIO.
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)
commit844c78556bc93343dd1c3c9236b5c16f4e2eac39
treeb3649cec59d23ca71d1d169ca3c4cc46e3265eaa
parent9f6e8673f40f7532bf3059bda41e05b545520dd3
Modules compatibility: compatibility with NGX_HAVE_FILE_AIO.

With this change it is now possible to load modules compiled without
the "--with-file-aio" configure option into nginx binary compiled with it,
and vice versa, assuming both use the "--with-compat" option.
src/core/ngx_buf.h
src/core/ngx_connection.h
src/core/ngx_file.h
src/core/ngx_module.h
src/event/ngx_event.h
src/http/ngx_http_core_module.c