lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #6142] Fix link callback


From: Frédéric Bernon
Subject: [lwip-devel] [patch #6142] Fix link callback
Date: Mon, 06 Aug 2007 22:25:49 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6

Follow-up Comment #5, patch #6142 (project lwip):

So, to my point of view, the patch is ok for me, except this part:

@@ -438,19 +438,12 @@
 
 #if LWIP_NETIF_LINK_CALLBACK
 /**
- * Set callback to be called when link is brought up/down
- */
-void netif_set_link_callback( struct netif *netif, void (*
link_callback)(struct netif *netif ))
-{
-    if ( netif )
-        netif->link_callback = link_callback;
-}
-/**


    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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