mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-09 00:53:37 +08:00
renamed (hopefully everywhere) stats to lwip_stats.closes bug #1901
This commit is contained in:
@@ -260,7 +260,7 @@ mintapif_input(struct netif *netif)
|
||||
if(p != NULL) {
|
||||
|
||||
#ifdef LINK_STATS
|
||||
stats.link.recv++;
|
||||
lwip_stats.link.recv++;
|
||||
#endif /* LINK_STATS */
|
||||
|
||||
ethhdr = p->payload;
|
||||
|
||||
Reference in New Issue
Block a user