Re: new ngx_resolver changes breaks modules

2013-12-14 Thread Ruslan Ermilov
On Sat, Dec 14, 2013 at 01:11:45PM -0500, itpp2012 wrote: > While back porting ngx_resolver changes by Ruslan Ermilov I get these > errors: > > error C2039: 'type' : is not a member of 'ngx_resolver_ctx_s' > error C2440: '=' : cannot convert from 'ngx_addr_t' to 'ULONG' > > Has this been intentio

new ngx_resolver changes breaks modules

2013-12-14 Thread itpp2012
While back porting ngx_resolver changes by Ruslan Ermilov I get these errors: error C2039: 'type' : is not a member of 'ngx_resolver_ctx_s' error C2440: '=' : cannot convert from 'ngx_addr_t' to 'ULONG' Has this been intentional or did a glitch happened throughout the changes ? Posted at Nginx F