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

@@ -96,7 +96,7 @@ struct stats_ {
struct stats_sys sys;
};
extern struct stats_ stats;
extern struct stats_ lwip_stats;
#endif /* STATS */