lwip-devel
[Top][All Lists]
Advanced

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

Re: [lwip-devel] RFC: debug and asserts


From: Kieran Mansley
Subject: Re: [lwip-devel] RFC: debug and asserts
Date: Tue, 4 Nov 2003 10:53:17 +0000 (GMT)

On Tue, 4 Nov 2003, Jani Monoses wrote:
> 2) Change throughout the code constructs of the form:
> #if TCP_DEBUG
> LWIP_DEBUGF (TCP_DEBUG,......)
> #endif

No real objections here, but there are a couple of places where there is
other stuff (calls to tcp_debug_print() for example) within the #if ...
#endif.   If you removed the #if in these cases it wouldn't always
compile, as the functions aren't defined when the debug flag is off.  At
least, it used to be like that - might have changed since I last looked at
that bit of the code.

Kieran





reply via email to

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