mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-16 21:26:43 +08:00
added hook LWIP_HOOK_MEMP_AVAILABLE() to get informed when a memp pool was empty and an item is now available
This commit is contained in:
@@ -2547,6 +2547,11 @@
|
||||
* Hook can be used to set prio_vid field of vlan_hdr.
|
||||
*/
|
||||
|
||||
/**
|
||||
* LWIP_HOOK_MEMP_AVAILABLE(memp_t_type):
|
||||
* - called from memp_free() when a memp pool was empty and an item is now available
|
||||
*/
|
||||
|
||||
/*
|
||||
---------------------------------------
|
||||
---------- Debugging options ----------
|
||||
|
||||
Reference in New Issue
Block a user