lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] lwip CHANGELOG src/api/tcpip.c src/include/lwip...


From: Frédéric Bernon
Subject: [lwip-commits] lwip CHANGELOG src/api/tcpip.c src/include/lwip...
Date: Wed, 29 Aug 2007 08:11:07 +0000

CVSROOT:        /sources/lwip
Module name:    lwip
Changes by:     Frédéric Bernon <fbernon>     07/08/29 08:11:07

Modified files:
        .              : CHANGELOG 
        src/api        : tcpip.c 
        src/include/lwip: opt.h 
Added files:
        src/core       : init.c 
        src/include/lwip: init.h 

Log message:
        Add init.h, init.c, Change opt.h, tcpip.c: Task  #7213 "Add a lwip_init 
function" Add lwip_init function to regroup all modules initializations, and to 
provide a place to add code for task #7142 "Sanity check user-configurable 
values". Ports maintainers should remove direct initializations calls from 
their code, and add init.c in their makefiles. Note that lwip_init() function 
is called inside tcpip_init, but can also be used by raw api users since all 
calls are disabled when matching options are disabled. Also note that their is 
new options in opt.h, you should configure in your lwipopts.h (they are enabled 
per default).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/lwip/CHANGELOG?cvsroot=lwip&r1=1.208&r2=1.209
http://cvs.savannah.gnu.org/viewcvs/lwip/src/api/tcpip.c?cvsroot=lwip&r1=1.55&r2=1.56
http://cvs.savannah.gnu.org/viewcvs/lwip/src/core/init.c?cvsroot=lwip&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/lwip/src/include/lwip/opt.h?cvsroot=lwip&r1=1.87&r2=1.88
http://cvs.savannah.gnu.org/viewcvs/lwip/src/include/lwip/init.h?cvsroot=lwip&rev=1.1




reply via email to

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