renamed (hopefully everywhere) stats to lwip_stats.closes bug #1901

This commit is contained in:
jani
2002-12-18 12:49:01 +00:00
parent 51006824f9
commit ef68392388
21 changed files with 137 additions and 134 deletions

View File

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