lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #5785] Integrate SNMP initialization in tcpip.c


From: Frédéric Bernon
Subject: [lwip-devel] [patch #5785] Integrate SNMP initialization in tcpip.c
Date: Wed, 07 Mar 2007 09:06:58 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2

Follow-up Comment #4, patch #5785 (project lwip):

Agree with you Kieran about functions called by lwip_init. In the current
options availables, we can't know is we are using the tcpip.c thread. I think
that adding a new option (yes, I know, another one), it will be possible to
remove any extra code or initialization which are not used per rawapi
users...

But, if I don't do any mistake, using tcpip.c need to use all that:

#if LWIP_STATS
stats_init ();
#endif /* STATS */
#if (NO_SYS == 0)
sys_init ();
#endif /* (NO_SYS == 0) */
mem_init ();
memp_init ();
pbuf_init ();
etharp_init ();
netif_init ();
lwip_socket_init(); 

lwip_socket_init don't have to be used for rawapi, but it seems that all
others are need. Wrong?



    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?5785>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/





reply via email to

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