lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] RFC: Debug changes


From: David Haas
Subject: [lwip-users] RFC: Debug changes
Date: Wed, 12 Feb 2003 14:32:16 -0500
User-agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.2b) Gecko/20021107

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.






reply via email to

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