mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 08:33:39 +08:00
Updated stats.h/.c to reflect the integration of pbuf pool into memp
This commit is contained in:
@@ -79,13 +79,6 @@ struct stats_mem {
|
||||
mem_size_t err;
|
||||
};
|
||||
|
||||
struct stats_pbuf {
|
||||
STAT_COUNTER avail;
|
||||
STAT_COUNTER used;
|
||||
STAT_COUNTER max;
|
||||
STAT_COUNTER err;
|
||||
};
|
||||
|
||||
struct stats_syselem {
|
||||
STAT_COUNTER used;
|
||||
STAT_COUNTER max;
|
||||
@@ -116,9 +109,6 @@ struct stats_ {
|
||||
#if TCP_STATS
|
||||
struct stats_proto tcp;
|
||||
#endif
|
||||
#if PBUF_STATS
|
||||
struct stats_pbuf pbuf;
|
||||
#endif
|
||||
#if MEM_STATS
|
||||
struct stats_mem mem;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user