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:
sg
2015-02-13 21:53:55 +01:00
parent 6ef7563f53
commit b5b5844119
3 changed files with 23 additions and 3 deletions

View File

@@ -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 ----------