mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 18:14:53 +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
|
||||
const char *name;
|
||||
#endif /* LWIP_DEBUG */
|
||||
STAT_COUNTER err;
|
||||
mem_size_t avail;
|
||||
mem_size_t used;
|
||||
mem_size_t max;
|
||||
STAT_COUNTER err;
|
||||
STAT_COUNTER illegal;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user