lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] RE: [lwip] code error in ip_addr.h(ipv4)


From: Ivarsson Magnus
Subject: [lwip-users] RE: [lwip] code error in ip_addr.h(ipv4)
Date: Wed, 08 Jan 2003 23:25:15 -0000

> > line75 #define ip_addr_debug_print(ipaddr) DEBUGF(LWIP_DEBUG,
> > should be NETIF_DEBUG
Why not 
#define ip_addr_debug_print(dbgcat, ipaddr) DEBUGF(dbgcat,

Then anyone could use the function and set the debug category to the 
appropriate value, IP_DEBUG in ip.c NETIF_DEBUG in netif:s etc.

/Magnus



> -----Original Message-----
> From: Kieran Mansley [mailto:address@hidden
> Sent: den 5 december 2002 11:26
> To: lwip
> Subject: Re: [lwip] code error in ip_addr.h(ipv4)
> 
> 
> On Sat, 16 Nov 2002, tyou wrote:
> 
> > Hi, lwip:
> >
> > line75 #define ip_addr_debug_print(ipaddr) DEBUGF(LWIP_DEBUG,
> > should be NETIF_DEBUG
> 
> Slow response to this one!
> 
> Does anyone agree with this - I don't see why it should be NETIF_DEBUG
> 
> Kieran
> 
> [This message was sent through the lwip discussion list.]
> 
[This message was sent through the lwip discussion list.]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]