Fixed bug #27856: PPP: Set netif link- and status-callback by adding ppp_set_netif_statuscallback()/ppp_set_netif_linkcallback()

This commit is contained in:
goldsimon
2010-01-14 20:04:52 +00:00
parent 2d4e76874c
commit 7ede02ca8b
3 changed files with 45 additions and 4 deletions

View File

@@ -19,6 +19,10 @@ HISTORY
++ New features:
2010-01-14: Simon Goldschmidt
* ppp.c/.h: Fixed bug #27856: PPP: Set netif link- and status-callback
by adding ppp_set_netif_statuscallback()/ppp_set_netif_linkcallback()
2010-01-13: Simon Goldschmidt
* mem.c: The heap now may be moved to user-defined memory by defining
LWIP_RAM_HEAP_POINTER as a void pointer to that memory's address