mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-27 21:35:48 +00:00
stats: place 'err' in stats_mem more at the front to better see it in debugger overview window
This commit is contained in:
parent
1bf2e313f6
commit
dbe33783c9
@ -91,10 +91,10 @@ struct stats_mem {
|
|||||||
#ifdef LWIP_DEBUG
|
#ifdef LWIP_DEBUG
|
||||||
const char *name;
|
const char *name;
|
||||||
#endif /* LWIP_DEBUG */
|
#endif /* LWIP_DEBUG */
|
||||||
|
STAT_COUNTER err;
|
||||||
mem_size_t avail;
|
mem_size_t avail;
|
||||||
mem_size_t used;
|
mem_size_t used;
|
||||||
mem_size_t max;
|
mem_size_t max;
|
||||||
STAT_COUNTER err;
|
|
||||||
STAT_COUNTER illegal;
|
STAT_COUNTER illegal;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user