Welcome! Log In Create A New Profile

Advanced

Re: API inconsistencies

Ruslan Ermilov
November 26, 2013 11:39AM
On Mon, Nov 25, 2013 at 04:36:33PM +0000, Nick Kew wrote:
> Is there a prescribed way for a module to deal with API changes
> to support both older and newer versions?
>
> I can use constructs like:
>
> /* Get the remote address */
> #if OLDVERSION
> len = ngx_sock_ntop(conn->sockaddr, ...
> #else
> len = ngx_sock_ntop(conn->sockaddr, conn->socklen, …
> #endif
>
> But that's just passing the buck to users to figure out why my
> module doesn't compile with their nginx or tengine. I want
> a test like Apache's MMN that will automatically detect the
> API version to use. Is there a way to do that?
>
> (FWIW, the above API changed in
> http://hg.nginx.org/nginx/rev/05ba5bce31e0 ).

nginx_version in src/core/nginx.h.

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

Re: API inconsistencies

Ruslan Ermilov 641 November 26, 2013 11:39AM

Re: API inconsistencies

Nick Kew 301 November 26, 2013 11:39AM

Re: API inconsistencies

Ruslan Ermilov 326 November 26, 2013 11:39AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 97
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 500 on July 15, 2024
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready