lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] RFC: Debug changes


From: Dan Lewis
Subject: Re: [lwip-users] RFC: Debug changes
Date: Wed, 12 Feb 2003 11:43:26 -0800

David,

Please #ifdef the changes so that we can use either the old method or your new 
method. Otherwise, all the code to support your method will increase the size 
of my application.

Thanks!

Dan Lewis

>>> address@hidden 2/12/03 11:32:16 AM >>>
Hi all:

Would anyone have any objections if I changed the debug interface to 
support variables controlling whether debug is output or not. In words, 
instead of having a #define MEM_DEBUG, we would have a mem_debug global 
variable which could be TRUE or FALSE. In order to enable debug output 
you would then just set mem_debug to TRUE. This could be done 
dynamically without rebuilding.

All of this functionality would be built into a new debug.c file.

David.




_______________________________________________
lwip-users mailing list
address@hidden 
http://mail.nongnu.org/mailman/listinfo/lwip-users





reply via email to

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