/[lwip]/lwip/src/core/stats.c
ViewVC logotype

Diff of /lwip/src/core/stats.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by likewise, Sat Oct 19 13:00:24 2002 UTC revision 1.2 by jani, Wed Dec 18 10:40:01 2002 UTC
# Line 48  void Line 48  void
48  stats_init(void)  stats_init(void)
49  {  {
50  #ifdef STATS  #ifdef STATS
51    bzero(&stats, sizeof(struct stats_));    memset(&stats, 0, sizeof(struct stats_));
52  #endif /* STATS */  #endif /* STATS */
53  }  }
54  /*-----------------------------------------------------------------------------------*/  /*-----------------------------------------------------------------------------------*/

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26