]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commit
opt.h, tcpip.h, tcpip.c, netifapi.h, netifapi.c: New configuration option LWIP_NETIF_...
authorfbernon <fbernon>
Fri, 6 Apr 2007 10:09:24 +0000 (10:09 +0000)
committerfbernon <fbernon>
Fri, 6 Apr 2007 10:09:24 +0000 (10:09 +0000)
commit35893e36dd775485920d2dfdab7c4822e79a4bf2
treef714fa2706dede730e55b53108f29e47b1538022
parent787eecbf43a0d5f14a7539afe04fcb9d837af4fd
opt.h, tcpip.h, tcpip.c, netifapi.h, netifapi.c: New configuration option LWIP_NETIF_API allow to use thread-safe functions to add/remove netif in list, and to start/stop dhcp clients, using new functions from netifapi.h. Disable as default (no port change to do).
CHANGELOG
src/api/netifapi.c [new file with mode: 0644]
src/api/tcpip.c
src/include/lwip/netifapi.h [new file with mode: 0644]
src/include/lwip/opt.h
src/include/lwip/tcpip.h