]> git.kaiwu.me - nginx.git/commit
Core: ngx_module_t compatibility with C++.
authorPiotr Sikora <piotrsikora@google.com>
Wed, 10 Feb 2016 00:31:26 +0000 (16:31 -0800)
committerPiotr Sikora <piotrsikora@google.com>
Wed, 10 Feb 2016 00:31:26 +0000 (16:31 -0800)
commit2fe20c9b34b3b5279cf73cb8c4074bf0da242a31
tree9989895fb5ac3a6642a1a0dc81016415c29bd3eb
parent839c1997d9d314677e82069d44d9576f8bf2840b
Core: ngx_module_t compatibility with C++.

Changes to NGX_MODULE_V1 and ngx_module_t in 85dea406e18f (1.9.11)
broke all modules written in C++, because ISO C++11 does not allow
conversion from string literal to char *.

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
src/core/ngx_module.h