Модуль на C++ - возможно?

Andrei Nigmatulin andrei.nigmatulin at gmail.com
Mon Mar 3 17:29:48 MSK 2008


On Monday 03 March 2008 17:06, Igor Sysoev wrote:
> On Mon, Mar 03, 2008 at 04:59:17PM +0300, Andrei Nigmatulin wrote:
> > On Monday 03 March 2008 16:43, Igor Sysoev wrote:
> > > Прилагаемый патч лечит.
> > >
> > > Кроме того, все инклуды должны идти после nginx'овских
> > >
> > > extern "C" {
> > >   #include <ngx_config.h>
> > >   #include <ngx_core.h>
> > >   #include <ngx_event.h>
> > >   #include <ngx_http.h>
> > > }
> > >
> > > иначе на Линуске и Солярисе возможны проблемы с размерностью off_t.
> > >
> > >  -    ext.delete = 1;
> > > +    ext.delete_file = 1;
> >
> > А "new" разве не надо заменять ?
>
> А оно уже заменено.

nginx-0.6.26

например, ngx_array.c:

            new = ngx_palloc(p, 2 * size);


-- 
Andrei Nigmatulin
GPG PUB KEY 6449830D

Now I lay me down to sleep(3)
Pray the OS my core to keep
If I die before I wake
Pray the Disk my core to take


More information about the nginx-ru mailing list