lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] lwip CHANGELOG src/core/stats.c src/core/snmp/m...


From: Frédéric Bernon
Subject: [lwip-commits] lwip CHANGELOG src/core/stats.c src/core/snmp/m...
Date: Thu, 22 Mar 2007 16:36:46 +0000

CVSROOT:        /sources/lwip
Module name:    lwip
Changes by:     Frédéric Bernon <fbernon>     07/03/22 16:36:46

Modified files:
        .              : CHANGELOG 
        src/core       : stats.c 
        src/core/snmp  : msg_in.c 
        src/include/lwip: stats.h 

Log message:
        stats.h, stats.c, msg_in.c: Stats counters can be change to u32_t if 
necessary with the new option LWIP_STATS_LARGE. If you need this option, define 
LWIP_STATS_LARGE to 1 in your lwipopts.h. More, unused counters are not defined 
in the stats structs, and not  display by stats_display(). Note that some 
options (SYS_STATS and RAW_STATS) are defined but never used. Fix msg_in.c with 
the correct #if test for a stat display.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/lwip/CHANGELOG?cvsroot=lwip&r1=1.98&r2=1.99
http://cvs.savannah.gnu.org/viewcvs/lwip/src/core/stats.c?cvsroot=lwip&r1=1.15&r2=1.16
http://cvs.savannah.gnu.org/viewcvs/lwip/src/core/snmp/msg_in.c?cvsroot=lwip&r1=1.22&r2=1.23
http://cvs.savannah.gnu.org/viewcvs/lwip/src/include/lwip/stats.h?cvsroot=lwip&r1=1.11&r2=1.12




reply via email to

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